mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 04:26:45 +00:00
🎨 change temp matcher process #50
This commit is contained in:
@ -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):
|
||||
"""
|
||||
:说明:
|
||||
|
Reference in New Issue
Block a user