mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-25 18:51:16 +00:00
docs: changed the description of the error class
This commit is contained in:
parent
b3127fb1b4
commit
29596a4f47
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ from selfprivacy_api.utils.huey import huey
|
||||||
from selfprivacy_api.jobs import JobStatus, Jobs, Job
|
from selfprivacy_api.jobs import JobStatus, Jobs, Job
|
||||||
|
|
||||||
class ShellException(Exception):
|
class ShellException(Exception):
|
||||||
"""Custom exception for shell-related errors."""
|
"""Shell-related errors"""
|
||||||
pass
|
|
||||||
|
|
||||||
COMPLETED_WITH_ERROR = (
|
COMPLETED_WITH_ERROR = (
|
||||||
"Error occurred, please report this to the support chat."
|
"Error occurred, please report this to the support chat."
|
||||||
|
|
Loading…
Add table
Reference in a new issue