1class PyAsn1Error(Exception): pass
2class ValueConstraintError(PyAsn1Error): pass
3class SubstrateUnderrunError(PyAsn1Error): pass
4