Preview: error.py
Size: 298 B
/home/godevadmin/public_html/upload_images/home/000~ROOT~000/lib/python3.6/site-packages/pyasn1/error.py
# # This file is part of pyasn1 software. # # Copyright (c) 2005-2017, Ilya Etingof <[email protected]> # License: http://pyasn1.sf.net/license.html # class PyAsn1Error(Exception): pass class ValueConstraintError(PyAsn1Error): pass class SubstrateUnderrunError(PyAsn1Error): pass
Directory Contents
Dirs: 4 × Files: 3