Class: Dacs::UndefinedKeyError

Inherits:
ConfigurationError
  • Object
show all
Defined in:
lib/dacs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ UndefinedKeyError

Returns a new instance of UndefinedKeyError.



4
5
6
# File 'lib/dacs/errors.rb', line 4

def initialize(key)
  super("Unknown configuration key '#{key}'")
end