Introduce pricing exception

This commit is contained in:
Matthias 2020-05-26 20:08:01 +02:00
parent e370d635bf
commit 76e4e5897f
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@ class DependencyException(FreqtradeException):
"""
class PricingException(DependencyException):
"""
Subclass of DependencyException.
Indicates that the price could not be determined.
Implicitly a buy / sell operation.
"""
class InvalidOrderException(FreqtradeException):
"""
This is returned when the order is not valid. Example: