Exception: Howareya::MissingConfigError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/howareya/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "It looks like you haven't set up the config for Howareya") ⇒ MissingConfigError

Returns a new instance of MissingConfigError.



3
4
5
# File 'lib/howareya/errors.rb', line 3

def initialize(msg="It looks like you haven't set up the config for Howareya")
  super
end