mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-15 18:44:30 +01:00
Add barebone files for rest section.
This commit is contained in:
6
bfxapi/rest/exceptions.py
Normal file
6
bfxapi/rest/exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class BfxRestException(Exception):
|
||||
"""
|
||||
Base class for all exceptions defined in bfxapi/rest/exceptions.py.
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user