class Rookout::Exceptions::RookWebsocketException
Public Class Methods
new(error)
click to toggle source
Calls superclass method
Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 182 def initialize error super "Error from Websocket #{error}", { "error" => error } end