Spaces:
Runtime error
Runtime error
class AssistantErr(Exception): | |
def __init__(self, errr: str): | |
super().__init__(errr) | |
class AssistantErr(Exception): | |
def __init__(self, errr: str): | |
super().__init__(errr) | |