1# 2# This file is part of pyasn1 software. 3# 4# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com> 5# License: http://snmplabs.com/pyasn1/license.html 6# 7from pyasn1.error import PyAsn1Error 8 9 10class ValueConstraintError(PyAsn1Error): 11 pass 12