aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/error.py
blob: cbfa276a8d0a1cbf103cb172917d451e13a7d9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# This file is part of pyasn1 software.
#
# Copyright (c) 2005-2017, Ilya Etingof <etingof@gmail.com>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.error import PyAsn1Error


class ValueConstraintError(PyAsn1Error):
    pass