Add ding adapter

This commit is contained in:
Artin
2020-12-03 00:59:32 +08:00
parent f332199baa
commit edb4458031
11 changed files with 695 additions and 11 deletions

View File

@ -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