mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-23 06:24:28 +01:00
Fix small bug in module bfxapi.exceptions.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
__all__ = [
|
||||
"BfxBaseException",
|
||||
]
|
||||
|
||||
class BfxBaseException(Exception):
|
||||
"""
|
||||
Base class for every custom exception in bfxapi/rest/exceptions.py and bfxapi/websocket/exceptions.py.
|
||||
"""
|
||||
|
||||
class IncompleteCredentialError(BfxBaseException):
|
||||
"""
|
||||
This error indicates an incomplete credential object (missing api-key or api-secret).
|
||||
"""
|
||||
Reference in New Issue
Block a user