File: exceptions.py

package info (click to toggle)
zope2.7-archetypes 1.3.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,512 kB
  • ctags: 3,703
  • sloc: python: 19,007; xml: 4,774; sh: 249; makefile: 195
file content (4 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (3)
1
2
3
4
class ValidatorError(Exception): pass
class UnknowValidatorError(ValidatorError): pass
class FalseValidatorError(ValidatorError): pass
class AlreadyRegisteredValidatorError(ValidatorError): pass