Exception: Masheri::ConfigMissing
- Inherits:
-
Exception
- Object
- Exception
- Masheri::ConfigMissing
- Defined in:
- lib/masheri/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ ConfigMissing
constructor
A new instance of ConfigMissing.
Constructor Details
#initialize ⇒ ConfigMissing
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 |