diff --git a/bfxapi/websocket/errors.py b/bfxapi/websocket/errors.py index 7565bc9..c631cca 100644 --- a/bfxapi/websocket/errors.py +++ b/bfxapi/websocket/errors.py @@ -1,7 +1,9 @@ __all__ = [ - "BfxWebsocketException", "ConnectionNotOpen", - "InvalidAuthenticationCredentials" + "WebsocketAuthenticationRequired", + "InvalidAuthenticationCredentials", + "EventNotSupported", + "OutdatedClientVersion" ] class BfxWebsocketException(Exception):