# # This file is part of pyasn1 software. # # Copyright (c) 2005-2016, Ilya Etingof # License: http://pyasn1.sf.net/license.html # from pyasn1.error import PyAsn1Error class ValueConstraintError(PyAsn1Error): pass