class Zenps::ConfigurationPathError

Wrong configuration path error

Public Class Methods

new(msg = "YAML configuration file couldn't be found.") click to toggle source
Calls superclass method
# File lib/zenps-ruby.rb, line 45
def initialize(msg = "YAML configuration file couldn't be found.")
  super
end