🚧 update aiohttp driver

This commit is contained in:
yanyongyu
2021-07-19 01:20:17 +08:00
parent 5768b5bdd6
commit 637c48aea7
7 changed files with 347 additions and 9 deletions

View File

@ -60,6 +60,24 @@ class ParserExit(NoneBotException):
return self.__repr__()
class DriverException(NoneBotException):
"""
:说明:
代表 ``Driver`` 抛出的异常
"""
pass
class SetupFailed(DriverException):
"""
:说明:
``ForwardDriver`` 建立连接失败
"""
pass
class PausedException(NoneBotException):
"""
:说明: