Searched defs:VersionException (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A D__init__.py43 # Export AbortedByUserException, HandshakeException, and VersionException
47 from mod_pywebsocket.handshake._base import VersionException namespace
107 except VersionException, e:
H A D_base.py64 class VersionException(Exception): class in inherits:Exception
76 super(VersionException, self).__init__(name)
H A Dhybi.py59 from mod_pywebsocket.handshake._base import VersionException namespace
286 raise VersionException(
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_handshake_hybi08.py42 from mod_pywebsocket.handshake._base import VersionException namespace
366 except VersionException, e:
H A Dtest_handshake_hybi.py42 from mod_pywebsocket.handshake._base import VersionException namespace
427 except VersionException, e:

Completed in 262 milliseconds