mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
feat: 添加ImmediateException
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
class ImmediateException(Exception):
|
||||||
|
"""
|
||||||
|
用于立即抛出异常而不重试的特殊异常类。
|
||||||
|
当不希望使用重试机制时,可以抛出此异常。
|
||||||
|
"""
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user