mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 10:33:08 +00:00
Rename PricingException to PricingError
This commit is contained in:
@@ -21,7 +21,7 @@ class DependencyException(FreqtradeException):
|
||||
"""
|
||||
|
||||
|
||||
class PricingException(DependencyException):
|
||||
class PricingError(DependencyException):
|
||||
"""
|
||||
Subclass of DependencyException.
|
||||
Indicates that the price could not be determined.
|
||||
|
||||
Reference in New Issue
Block a user