proxadmin/app/exceptions.py

3 lines
44 B
Python
Raw Normal View History

2017-03-08 13:53:09 -05:00
class ValidationError(ValueError):
pass