class TrivialSso::Error::MissingConfig

Public Instance Methods

to_s() click to toggle source
# File lib/trivial_sso/error.rb, line 12
def to_s
  "There is something wrong with the config of this application"
end