Exception: Rookout::Exceptions::RookProxyException

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(error) ⇒ RookProxyException

Returns a new instance of RookProxyException.



219
220
221
# File 'lib/rookout/exceptions.rb', line 219

def initialize error
  super "Error from proxy #{error}", { "error" => error }
end