Spaces:
Runtime error
Runtime error
File size: 97 Bytes
80287e2 |
1 2 3 4 |
class AssistantErr(Exception):
def __init__(self, errr: str):
super().__init__(errr)
|