Exception: Rookout::Exceptions::RookWebsocketException
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookWebsocketException
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(error) ⇒ RookWebsocketException
constructor
A new instance of RookWebsocketException.
Constructor Details
#initialize(error) ⇒ RookWebsocketException
Returns a new instance of RookWebsocketException.
213 214 215 |
# File 'lib/rookout/exceptions.rb', line 213 def initialize error super "Error from Websocket #{error}", { "error" => error } end |