Exception: Rookout::Exceptions::RookKeyNotFound

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(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