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

Class CustomWSException

tests/test_applications.py:85–86  ·  tests/test_applications.py::CustomWSException

Source from the content-addressed store, hash-verified

83
84
85class CustomWSException(Exception):
86 pass
87
88
89async def websocket_raise_custom(websocket: WebSocket) -> None:

Callers 1

websocket_raise_customFunction · 0.85

Calls

no outgoing calls

Tested by 1

websocket_raise_customFunction · 0.68