🎨 change temp matcher process #50

This commit is contained in:
yanyongyu
2020-11-16 11:25:42 +08:00
parent b5ea66359c
commit 6986232290
3 changed files with 62 additions and 54 deletions

View File

@ -9,12 +9,6 @@
from nonebot.typing import List, Type, Optional
class _ExceptionContainer(Exception):
def __init__(self, exceptions: List[Type[Exception]]) -> None:
self.exceptions = exceptions
class IgnoredException(Exception):
"""
:说明: