We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf61be0 commit 1af4628Copy full SHA for 1af4628
1 file changed
ws4py/exc.py
@@ -2,6 +2,7 @@
2
3
__all__ = ['WebSocketException', 'FrameTooLargeException', 'ProtocolException',
4
'FUnsupportedFrameTypeException', 'TextFrameEncodingException',
5
+ 'UnsupportedFrameTypeException', 'TextFrameEncodingException',
6
'StreamClosed', 'HandshakeError', 'InvalidBytesError']
7
8
class WebSocketException(Exception): pass
0 commit comments