mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
✨ add cqhttp forward support
This commit is contained in:
@ -60,24 +60,6 @@ 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