Exception: Masheri::ConfigMissing

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

Instance Method Summary collapse

Constructor Details

#initializeConfigMissing



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

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