HomeSort by relevance Sort by last modified time
    Searched refs:WebSocketBadStatusException (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
_exceptions.py 72 class WebSocketBadStatusException(WebSocketException):
74 WebSocketBadStatusException will be raised when we get bad handshake status code.
78 super(WebSocketBadStatusException, self).__init__(
_handshake.py 122 raise WebSocketBadStatusException("Handshake status %d", status)

Completed in 179 milliseconds