Exception: Rookout::Exceptions::RookProxyException
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookProxyException
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(error) ⇒ RookProxyException
constructor
A new instance of RookProxyException.
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 |