Exception: EventMachine::WebSocket::WSProtocolError
- Inherits:
-
WebSocketError
- Object
- RuntimeError
- WebSocketError
- EventMachine::WebSocket::WSProtocolError
- Defined in:
- lib/em-websocket/websocket.rb
Overview
Used for errors which should cause the connection to close. See RFC6455 ยง7.4.1 for a full description of meanings
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
20 |
# File 'lib/em-websocket/websocket.rb', line 20 def code; 1002; end |