ZeroNet/src/lib/pyasn1/type/error.py

4 lines
84 B
Python

from pyasn1.error import PyAsn1Error
class ValueConstraintError(PyAsn1Error): pass