Exception: Configatron::UndefinedKeyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/configatron/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UndefinedKeyError

Returns a new instance of UndefinedKeyError.



3
4
5
# File 'lib/configatron/errors.rb', line 3

def initialize(msg)
  super(msg)
end