Exception: Zenps::ConfigurationPathError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zenps-ruby.rb

Overview

Wrong configuration path error

Instance Method Summary collapse

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