Skip to content

Commit 1af4628

Browse files
committed
missing exports
1 parent cf61be0 commit 1af4628

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ws4py/exc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
__all__ = ['WebSocketException', 'FrameTooLargeException', 'ProtocolException',
44
'FUnsupportedFrameTypeException', 'TextFrameEncodingException',
5+
'UnsupportedFrameTypeException', 'TextFrameEncodingException',
56
'StreamClosed', 'HandshakeError', 'InvalidBytesError']
67

78
class WebSocketException(Exception): pass

0 commit comments

Comments
 (0)