Added on_error update event ABC
This commit is contained in:
parent
a56bdf39f7
commit
c0d38817d4
@ -5,3 +5,6 @@ class OnErrorABC(ABC):
|
|||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def __init__(self): pass
|
def __init__(self): pass
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
async def on_error(self, event: str, *args, **kwargs): pass
|
Reference in New Issue
Block a user