Exception: Mashery::MissingConfig

Inherits:
Exception
  • Object
show all
Defined in:
lib/mashery/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingConfig

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