Searched defs:VersionException (Results 1 - 8 of 8) 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_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A D__init__.py42 # Export AbortedByUserException, HandshakeException, and VersionException
46 from mod_pywebsocket.handshake._base import VersionException namespace
101 except VersionException, e:
H A D_base.py64 class VersionException(Exception): class in inherits:Exception
76 super(VersionException, self).__init__(name)
H A Dhybi.py60 from mod_pywebsocket.handshake._base import VersionException namespace
300 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 183 milliseconds