test(plugin): verify real cancellation cleanup

This commit is contained in:
InfinityPacer
2026-08-23 14:26:43 +08:00
parent d2b72f5729
commit 14ec4c6eae
3 changed files with 105 additions and 2 deletions
+11
View File
@@ -1,3 +1,14 @@
__all__ = (
"ImmediateException",
"LimitException",
"APIRateLimitException",
"RateLimitExceededException",
"OperationInterrupted",
"StorageQueryError",
"TMDbException",
)
class ImmediateException(Exception):
"""
用于立即抛出异常而不重试的特殊异常类。