mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
test(plugin): verify real cancellation cleanup
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
__all__ = (
|
||||
"ImmediateException",
|
||||
"LimitException",
|
||||
"APIRateLimitException",
|
||||
"RateLimitExceededException",
|
||||
"OperationInterrupted",
|
||||
"StorageQueryError",
|
||||
"TMDbException",
|
||||
)
|
||||
|
||||
|
||||
class ImmediateException(Exception):
|
||||
"""
|
||||
用于立即抛出异常而不重试的特殊异常类。
|
||||
|
||||
Reference in New Issue
Block a user