mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 09:59:57 +00:00
4 lines
129 B
Python
4 lines
129 B
Python
class PyAsn1Error(Exception): pass
|
|
class ValueConstraintError(PyAsn1Error): pass
|
|
class SubstrateUnderrunError(PyAsn1Error): pass
|