Have TemporaryError a subCategory of DependencyException

so it's safe to raise out of the exchange
This commit is contained in:
Matthias 2020-06-28 15:44:58 +02:00
parent 5bd4798ed0
commit e74d2af857
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class InvalidOrderException(FreqtradeException):
"""
class TemporaryError(FreqtradeException):
class TemporaryError(DependencyException):
"""
Temporary network or exchange related error.
This could happen when an exchange is congested, unavailable, or the user