Files
Argenta/argenta/command/input_comand/exceptions.py
T
2025-02-17 20:57:15 +03:00

4 lines
105 B
Python

class InvalidInputFlagsException(Exception):
def __str__(self):
return "Invalid Input Flags"