mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-02-21 21:44:28 +01:00
Remove useless and redundant docstrings from custom exceptions.
This commit is contained in:
10
bfxapi/exceptions.py
Normal file
10
bfxapi/exceptions.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class BfxBaseException(Exception):
|
||||
"""
|
||||
Base class for every custom exception thrown by bitfinex-api-py.
|
||||
"""
|
||||
|
||||
class IncompleteCredentialError(BfxBaseException):
|
||||
pass
|
||||
|
||||
class InvalidCredentialError(BfxBaseException):
|
||||
pass
|
||||
Reference in New Issue
Block a user