Improve docstring for Exception

This commit is contained in:
Matthias 2019-08-25 10:07:47 +02:00
parent 2c66b33fd1
commit cbf09b5ad9

View File

@ -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.
"""