MCPcopy Create free account
hub / github.com/websocket-client/websocket-client / WebSocketException

Class WebSocketException

websocket/_exceptions.py:21–26  ·  view source on GitHub ↗

WebSocket exception class.

Source from the content-addressed store, hash-verified

19
20
21class WebSocketException(Exception):
22 """
23 WebSocket exception class.
24 """
25
26 pass
27
28
29class WebSocketProtocolException(WebSocketException):

Callers 6

_start_proxied_socketFunction · 0.85
connectFunction · 0.85
_wrap_sni_socketFunction · 0.85
read_headersFunction · 0.85
handshakeFunction · 0.85
run_foreverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…