ColdCore/exceptions.py

6 lines
84 B
Python
Raw Normal View History

class ValidationError(Exception):
pass
class CaptchaError(Exception):
pass