Raised when the minimal WebSocket client encounters a protocol error.
| 9 | |
| 10 | |
| 11 | class WebSocketError(RuntimeError): |
| 12 | """Raised when the minimal WebSocket client encounters a protocol error.""" |
| 13 | pass |
| 14 | |
| 15 | |
| 16 | @dataclass |
no outgoing calls
no test coverage detected