Exception: Howareya::MissingConfigError
- Inherits:
-
StandardError
- Object
- StandardError
- Howareya::MissingConfigError
- Defined in:
- lib/howareya/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "It looks like you haven't set up the config for Howareya") ⇒ MissingConfigError
constructor
A new instance of MissingConfigError.
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 |