Exception: Configurable::KeyNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Configurable::KeyNotFoundError
- Defined in:
- lib/pipekit/configurable.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ KeyNotFoundError
constructor
A new instance of KeyNotFoundError.
Constructor Details
#initialize(key) ⇒ KeyNotFoundError
Returns a new instance of KeyNotFoundError.
42 43 44 |
# File 'lib/pipekit/configurable.rb', line 42 def initialize(key) super("The key #{key} was not found in the configuration file") end |