Exception: Mashery::MissingConfig
- Inherits:
-
Exception
- Object
- Exception
- Mashery::MissingConfig
- Defined in:
- lib/mashery/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingConfig
constructor
A new instance of MissingConfig.
Constructor Details
#initialize ⇒ MissingConfig
Returns a new instance of MissingConfig.
35 36 37 38 |
# File 'lib/mashery/exceptions.rb', line 35 def initialize super("Couldn't find config/mashery.yml! \n" + "Please run `rails g mashery:install` to create one and populate it with the necessary API credentials.") end |