5 lines
110 B
Python
5 lines
110 B
Python
class ValidationError(Exception):
|
|
"""
|
|
Raised when something does not pass a validation check.
|
|
"""
|