File size: 97 Bytes
a8e9b84
 
 
1
2
3
4
class AssistantErr(Exception):
    def __init__(self, errr: str):
        super().__init__(errr)