mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 11:31:18 +00:00
🚧 update aiohttp driver
This commit is contained in:
@ -60,6 +60,24 @@ class ParserExit(NoneBotException):
|
||||
return self.__repr__()
|
||||
|
||||
|
||||
class DriverException(NoneBotException):
|
||||
"""
|
||||
:说明:
|
||||
|
||||
代表 ``Driver`` 抛出的异常
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class SetupFailed(DriverException):
|
||||
"""
|
||||
:说明:
|
||||
|
||||
``ForwardDriver`` 建立连接失败
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class PausedException(NoneBotException):
|
||||
"""
|
||||
:说明:
|
||||
|
Reference in New Issue
Block a user