mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Add BgTaskWorkerError
exception
This commit is contained in:
parent
4cffc94aec
commit
687957f21f
@ -42,3 +42,8 @@ class DatabaseConnectionError(Exception):
|
|||||||
Raised when parsing or initially connecting to a database.
|
Raised when parsing or initially connecting to a database.
|
||||||
'''
|
'''
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class BgTaskWorkerError(Exception):
|
||||||
|
# Raised when the worker process is not in a normal working state.
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user