musicV2 / Devine /utils /exceptions.py
taslim19
Initial commit
80287e2
raw
history blame contribute delete
97 Bytes
class AssistantErr(Exception):
def __init__(self, errr: str):
super().__init__(errr)