🚧 update event models

This commit is contained in:
yanyongyu
2020-12-09 14:39:25 +08:00
parent 73bda494d9
commit 2bc05b2576
3 changed files with 398 additions and 306 deletions

View File

@ -130,6 +130,15 @@ class AdapterException(NoneBotException):
self.adapter_name = adapter_name
class NoLogException(Exception):
"""
:说明:
指示 NoneBot 对当前 ``Event`` 进行处理但不显示 Log 信息,可在 ``get_log_string`` 时抛出
"""
pass
class ApiNotAvailable(AdapterException):
"""
:说明: