🔥 remove unused exception

This commit is contained in:
yanyongyu 2020-11-16 19:39:51 +08:00
parent b3e6d1c803
commit 1c31453ba0

View File

@ -73,19 +73,6 @@ class FinishedException(Exception):
pass pass
class ExpiredException(Exception):
"""
:说明:
指示 NoneBot 当前 ``Matcher`` 已失效
:用法:
``Matcher`` 运行前检查时抛出
"""
pass
class StopPropagation(Exception): class StopPropagation(Exception):
""" """
:说明: :说明: