2 lines
51 B
Python
2 lines
51 B
Python
class ArgumentValidationError(Exception):
|
|
pass
|
class ArgumentValidationError(Exception):
|
|
pass
|