DEBSOURCES
Skip Quicknav
sources / python-formencode / 2.0.1-2 / formencode / exc.py
12345678910
""" Custom exceptions and warnings. """ __all__ = ['FERunTimeWarning'] class FERuntimeWarning(RuntimeWarning): """ Run time warning. """ pass