vy&׆ G d de Z G d de Z G d de Z G d de Z G d d e Z G d
dee Z G d d
ee Z G d dee
ZdS )c . e Zd ZdZd Zed ZdS )PyAsn1ErroraB Base pyasn1 exception
`PyAsn1Error` is the base exception class (based on
:class:`Exception`) that represents all possible ASN.1 related
errors.
Parameters
----------
args:
Opaque positional parameters
Keyword Args
------------
kwargs:
Opaque keyword parameters
c " || _ || _ d S N)_args_kwargs)selfargskwargss l/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/lib/python3.11/site-packages/pyasn1/error.py__init__zPyAsn1Error.__init__ s
c 8 | j di S )a7 Return exception context
When exception object is created, the caller can supply some opaque
context for the upper layers to better understand the cause of the
exception.
Returns
-------
: :py:class:`dict`
Dict holding context specific data
context)r get)r s r r zPyAsn1Error.context s | 2...r
N)__name__
__module____qualname____doc__r propertyr r
r r r sH " / / X/ / /r
r c e Zd ZdZdS )ValueConstraintErrora ASN.1 type constraints violation exception
The `ValueConstraintError` exception indicates an ASN.1 value
constraint violation.
It might happen on value object instantiation (for scalar types) or on
serialization (for constructed types).
Nr r r r r r
r r r / s r
r c e Zd ZdZdS )SubstrateUnderrunErrorzASN.1 data structure deserialization error
The `SubstrateUnderrunError` exception indicates insufficient serialised
data on input of a de-serialization codec.
Nr r r
r r r : r
r c e Zd ZdZdS )EndOfStreamErrorzASN.1 data structure deserialization error
The `EndOfStreamError` exception indicates the condition of the input
stream has been closed.
Nr r r
r r r B r r
r c e Zd ZdZdS )UnsupportedSubstrateErrorz2Unsupported substrate type to parse as ASN.1 data.Nr r r
r r r J s <<<