Anshrathore01's picture
Remove tracked venv and refine gitignore
6f953dc
raw
history blame contribute delete
101 Bytes
class CustomException(Exception):
def __init__(self, message):
super().__init__(message)