Exception: Zenps::ConfigurationPathError
- Inherits:
-
StandardError
- Object
- StandardError
- Zenps::ConfigurationPathError
- Defined in:
- lib/zenps-ruby.rb
Overview
Wrong configuration path error
Instance Method Summary collapse
-
#initialize(msg = "YAML configuration file couldn't be found.") ⇒ ConfigurationPathError
constructor
A new instance of ConfigurationPathError.
Constructor Details
#initialize(msg = "YAML configuration file couldn't be found.") ⇒ ConfigurationPathError
Returns a new instance of ConfigurationPathError.
45 46 47 |
# File 'lib/zenps-ruby.rb', line 45 def initialize(msg = "YAML configuration file couldn't be found.") super end |