3 lines
44 B
Python
3 lines
44 B
Python
class ValidationError(ValueError):
|
|
pass
|
class ValidationError(ValueError):
|
|
pass
|