mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Add support for new rest public endpoints (in BfxRestInterface.py, serializers.py and typings.py).
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
__all__ = [
|
||||
"RequestParametersError"
|
||||
]
|
||||
|
||||
class BfxRestException(Exception):
|
||||
"""
|
||||
Base class for all exceptions defined in bfxapi/rest/exceptions.py.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
class RequestParametersError(BfxRestException):
|
||||
"""
|
||||
This error indicates that there are some invalid parameters sent along with an HTTP request.
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user