Exception: Rookout::Exceptions::RookWebSocketError

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(http_status) ⇒ RookWebSocketError

Returns a new instance of RookWebSocketError.



136
137
138
139
# File 'lib/rookout/exceptions.rb', line 136

def initialize http_status
  super "Received HTTP status #{http_status} from the controller," \
        "Please make sure WebSocket is enabled on the load balancer."
end