mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
9 lines
197 B
Python
9 lines
197 B
Python
__all__ = [
|
|
"BfxBaseException",
|
|
]
|
|
|
|
class BfxBaseException(Exception):
|
|
"""
|
|
Base class for every custom exception in bfxapi/rest/exceptions.py and bfxapi/websocket/exceptions.py.
|
|
"""
|