summaryrefslogtreecommitdiff
path: root/pyasn1/type/error.py
blob: b2978d70a52f8159cb3d4c07daa10f5791258897 (plain)
1
2
3
4
5
6
7
8
9
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.error import PyAsn1Error

class ValueConstraintError(PyAsn1Error): pass