mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-21 21:39:01 +00:00
4 lines
129 B
Python
4 lines
129 B
Python
class PyAsn1Error(Exception): pass
|
|
class ValueConstraintError(PyAsn1Error): pass
|
|
class SubstrateUnderrunError(PyAsn1Error): pass
|