mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
10 lines
154 B
Python
10 lines
154 B
Python
from bfxapi.exceptions import BfxBaseException
|
|
|
|
|
|
class RequestParameterError(BfxBaseException):
|
|
pass
|
|
|
|
|
|
class GenericError(BfxBaseException):
|
|
pass
|