Home
last modified time | relevance | path

Searched refs:FormValidationError (Results 1 – 2 of 2) sorted by relevance

/test/vti/test_serving/gae/webapp/src/handlers/
Derrors.py37 class FormValidationError(Error): class
44 super(FormValidationError, self).__init__(self.code, self.msg)
Dbase.py98 elif isinstance(exception, errors.FormValidationError):