Have TemporaryError a subCategory of DependencyException
so it's safe to raise out of the exchange
This commit is contained in:
parent
5bd4798ed0
commit
e74d2af857
@ -37,7 +37,7 @@ class InvalidOrderException(FreqtradeException):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class TemporaryError(FreqtradeException):
|
class TemporaryError(DependencyException):
|
||||||
"""
|
"""
|
||||||
Temporary network or exchange related error.
|
Temporary network or exchange related error.
|
||||||
This could happen when an exchange is congested, unavailable, or the user
|
This could happen when an exchange is congested, unavailable, or the user
|
||||||
|
Loading…
Reference in New Issue
Block a user