mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Apply fixes and refactoring to the bfxapi.handlers sub-package.
This commit is contained in:
@@ -58,4 +58,11 @@ class InvalidAuthenticationCredentials(BfxWebsocketException):
|
||||
This error indicates that the user has provided incorrect credentials (API-KEY and API-SECRET) for authentication.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
class HandlerNotFound(BfxWebsocketException):
|
||||
"""
|
||||
This error indicates that a handler was not found for an incoming message.
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user