Class: Dacs::UndefinedKeyError
- Inherits:
-
ConfigurationError
- Object
- Dacs::UndefinedKeyError
- Defined in:
- lib/dacs/errors.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ UndefinedKeyError
constructor
A new instance of UndefinedKeyError.
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 |