Exception: Mashery::ConfigMissing

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

Instance Method Summary collapse

Constructor Details

#initializeConfigMissing

Returns a new instance of ConfigMissing.



29
30
31
# File 'lib/mashery/exceptions.rb', line 29

def initialize
  super "No configuration has been loaded! Please call Mashery.load_config! with a valid Yaml file."
end