Files
CouchPotatoServer/libs/pyasn1/error.py
Antoine Bertin 88b71c8116 Update libs
2012-06-24 23:28:38 +02:00

4 lines
129 B
Python

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