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