MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / WebSocketError

Class WebSocketError

masfactory/visualizer/ws.py:11–13  ·  view source on GitHub ↗

Raised when the minimal WebSocket client encounters a protocol error.

Source from the content-addressed store, hash-verified

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

Callers 2

_runMethod · 0.85
ws_handshakeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected