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