Exception: Rookout::Exceptions::RookAttributeNotFound

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

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