mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 20:16:47 +00:00
✨ Add ding adapter
This commit is contained in:
@ -145,3 +145,9 @@ class ActionFailed(Exception):
|
||||
|
||||
def __str__(self):
|
||||
return self.__repr__()
|
||||
|
||||
|
||||
class AdapterException(Exception):
|
||||
|
||||
def __init__(self, adapter_name) -> None:
|
||||
self.adapter_name = adapter_name
|
||||
|
Reference in New Issue
Block a user