mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-03 04:44:23 +01:00
6 lines
132 B
Python
6 lines
132 B
Python
class BfxRestException(Exception):
|
|
"""
|
|
Base class for all exceptions defined in bfxapi/rest/exceptions.py.
|
|
"""
|
|
|
|
pass |