Path : /proc/self/root/usr/lib/python3/dist-packages/pyasn1/type/ |
Current File : //proc/self/root/usr/lib/python3/dist-packages/pyasn1/type/error.py |
# # This file is part of pyasn1 software. # # Copyright (c) 2005-2019, Ilya Etingof <[email protected]> # License: http://snmplabs.com/pyasn1/license.html # from pyasn1.error import PyAsn1Error class ValueConstraintError(PyAsn1Error): pass