MCPcopy
hub / github.com/encode/starlette / CustomWebSocketException

Class CustomWebSocketException

tests/test_exceptions.py:176–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 )
175
176 class CustomWebSocketException(WebSocketException):
177 pass
178
179 assert (
180 repr(CustomWebSocketException(1013, reason="Something custom"))

Callers 1

test_websocket_reprFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_websocket_reprFunction · 0.68