mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Improve docstring for Exception
This commit is contained in:
parent
2c66b33fd1
commit
cbf09b5ad9
|
@ -11,7 +11,7 @@ class DependencyException(Exception):
|
|||
|
||||
class OperationalException(Exception):
|
||||
"""
|
||||
Requires manual intervention.
|
||||
Requires manual intervention and will usually stop the bot.
|
||||
This happens when an exchange returns an unexpected error during runtime
|
||||
or given configuration is invalid.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user