MCPcopy Index your code
hub / github.com/zappa/Zappa / WebSocketConfigurationError

Class WebSocketConfigurationError

zappa/websocket.py:196–197  ·  view source on GitHub ↗

Raised when WebSocket handler registration is incomplete.

Source from the content-addressed store, hash-verified

194
195
196class WebSocketConfigurationError(Exception):
197 """Raised when WebSocket handler registration is incomplete."""
198
199
200def get_handler(route_key):

Callers 1

validate_registryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected