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