Add EventNotSupported exception in errors.py.

This commit is contained in:
Davide Casale
2022-11-16 19:01:52 +01:00
parent 41aa49d2bb
commit d58c60b02d
5 changed files with 46 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
from .BfxWebsocketClient import BfxWebsocketClient
from .handlers import Channels
from .errors import BfxWebsocketException, ConnectionNotOpen, InvalidAuthenticationCredentials, OutdatedClientVersion
from .errors import BfxWebsocketException, ConnectionNotOpen, InvalidAuthenticationCredentials, EventNotSupported, OutdatedClientVersion