mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
4 lines
129 B
Python
4 lines
129 B
Python
class PyAsn1Error(Exception): pass
|
|
class ValueConstraintError(PyAsn1Error): pass
|
|
class SubstrateUnderrunError(PyAsn1Error): pass
|