mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
🔥 remove unused exception
This commit is contained in:
parent
b3e6d1c803
commit
1c31453ba0
@ -73,19 +73,6 @@ class FinishedException(Exception):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class ExpiredException(Exception):
|
|
||||||
"""
|
|
||||||
:说明:
|
|
||||||
|
|
||||||
指示 NoneBot 当前 ``Matcher`` 已失效。
|
|
||||||
|
|
||||||
:用法:
|
|
||||||
|
|
||||||
当 ``Matcher`` 运行前检查时抛出。
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class StopPropagation(Exception):
|
class StopPropagation(Exception):
|
||||||
"""
|
"""
|
||||||
:说明:
|
:说明:
|
||||||
|
Loading…
Reference in New Issue
Block a user