4 lines
123 B
Python
4 lines
123 B
Python
class ValidationException(ValueError):
|
|
"""Any user-caused configuration error should result in this error"""
|
|
|
|
pass
|