Exception: Rookout::Exceptions::RookKeyNotFound
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookKeyNotFound
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(key) ⇒ RookKeyNotFound
constructor
A new instance of RookKeyNotFound.
Constructor Details
#initialize(key) ⇒ RookKeyNotFound
Returns a new instance of RookKeyNotFound.
36 37 38 |
# File 'lib/rookout/exceptions.rb', line 36 def initialize key super "Failed to get key #{key}", { key: key } end |