summaryrefslogtreecommitdiff
path: root/pyasn1/error.py
blob: 165e97fcfaaad4d84c7e711ba87611d346751bee (plain)
1
2
3
4
5
6
7
8
9
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
class PyAsn1Error(Exception): pass
class ValueConstraintError(PyAsn1Error): pass
class SubstrateUnderrunError(PyAsn1Error): pass