mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Handle unexpected errors in HTTP requests (bfxapi.rest._interface).
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from bfxapi.exceptions import BfxBaseException
|
||||
|
||||
|
||||
class RequestParametersError(BfxBaseException):
|
||||
class RequestParameterError(BfxBaseException):
|
||||
pass
|
||||
|
||||
|
||||
class UnknownGenericError(BfxBaseException):
|
||||
class GenericError(BfxBaseException):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user