mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-15 07:03:16 +00:00
docs: changed the description of the error class
This commit is contained in:
parent
b3127fb1b4
commit
29596a4f47
|
@ -7,8 +7,7 @@ from selfprivacy_api.utils.huey import huey
|
|||
from selfprivacy_api.jobs import JobStatus, Jobs, Job
|
||||
|
||||
class ShellException(Exception):
|
||||
"""Custom exception for shell-related errors."""
|
||||
pass
|
||||
"""Shell-related errors"""
|
||||
|
||||
COMPLETED_WITH_ERROR = (
|
||||
"Error occurred, please report this to the support chat."
|
||||
|
|
Loading…
Reference in a new issue