Rename PricingException to PricingError

This commit is contained in:
Matthias
2020-05-26 20:35:11 +02:00
parent 16cd1f06b2
commit 8c87fcdae3
3 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ class DependencyException(FreqtradeException):
"""
class PricingException(DependencyException):
class PricingError(DependencyException):
"""
Subclass of DependencyException.
Indicates that the price could not be determined.