Exception: Rookout::Exceptions::RookWebsocketException

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) ⇒ 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