Files
addon/plugin.video.alfa/lib/sambatools/pyasn1/error.py
2017-07-28 19:37:39 -04:00

4 lines
132 B
Python
Executable File

class PyAsn1Error(Exception): pass
class ValueConstraintError(PyAsn1Error): pass
class SubstrateUnderrunError(PyAsn1Error): pass