mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
🚧 update aiohttp driver
This commit is contained in:
@ -61,6 +61,28 @@ sidebarDepth: 0
|
||||
|
||||
|
||||
|
||||
## _exception_ `DriverException`
|
||||
|
||||
基类:`nonebot.exception.NoneBotException`
|
||||
|
||||
|
||||
* **说明**
|
||||
|
||||
代表 `Driver` 抛出的异常
|
||||
|
||||
|
||||
|
||||
## _exception_ `SetupFailed`
|
||||
|
||||
基类:`nonebot.exception.DriverException`
|
||||
|
||||
|
||||
* **说明**
|
||||
|
||||
`ForwardDriver` 建立连接失败
|
||||
|
||||
|
||||
|
||||
## _exception_ `PausedException`
|
||||
|
||||
基类:`nonebot.exception.NoneBotException`
|
||||
|
Reference in New Issue
Block a user