summaryrefslogtreecommitdiff
path: root/pyasn1/type/error.py
blob: 5037cc55eda3897be22ef435f18f64f0d11977f7 (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
#
from pyasn1.error import PyAsn1Error

class ValueConstraintError(PyAsn1Error): pass