HEX
Server: LiteSpeed
System: Linux shams.tasjeel.ae 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: infowars (1469)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //usr/lib/python3.9/site-packages/pyasn1/__pycache__/error.cpython-39.opt-1.pyc
a

.�]��@sjGdd�de�ZGdd�de�ZGdd�de�ZGdd�dee�ZGdd	�d	ee�ZGd
d�dee�Z	dS)
c@seZdZdZdS)�PyAsn1Errorz�Base pyasn1 exception

    `PyAsn1Error` is the base exception class (based on
    :class:`Exception`) that represents all possible ASN.1 related
    errors.
    N��__name__�
__module__�__qualname__�__doc__�rr�0/usr/lib/python3.9/site-packages/pyasn1/error.pyr	src@seZdZdZdS)�ValueConstraintErroraASN.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).
    Nrrrrrr	sr	c@seZdZdZdS)�SubstrateUnderrunErrorz�ASN.1 data structure deserialization error

    The `SubstrateUnderrunError` exception indicates insufficient serialised
    data on input of a de-serialization codec.
    Nrrrrrr
sr
c@seZdZdZddd�ZdS)�PyAsn1UnicodeErrora.Unicode text processing error

    The `PyAsn1UnicodeError` exception is a base class for errors relating to
    unicode text de/serialization.

    Apart from inheriting from :class:`PyAsn1Error`, it also inherits from
    :class:`UnicodeError` to help the caller catching unicode-related errors.
    NcCs.t|t�rtj|g|j�R�t�||�dS)N)�
isinstance�UnicodeError�__init__�argsr)�self�messageZ
unicode_errorrrrr.s
zPyAsn1UnicodeError.__init__)N)rrrrrrrrrr%src@seZdZdZdS)�PyAsn1UnicodeDecodeErrora/Unicode text decoding error

    The `PyAsn1UnicodeDecodeError` exception represents a failure to
    deserialize unicode text.

    Apart from inheriting from :class:`PyAsn1UnicodeError`, it also inherits
    from :class:`UnicodeDecodeError` to help the caller catching unicode-related
    errors.
    Nrrrrrr4src@seZdZdZdS)�PyAsn1UnicodeEncodeErrora-Unicode text encoding error

    The `PyAsn1UnicodeEncodeError` exception represents a failure to
    serialize unicode text.

    Apart from inheriting from :class:`PyAsn1UnicodeError`, it also inherits
    from :class:`UnicodeEncodeError` to help the caller catching
    unicode-related errors.
    Nrrrrrr@srN)
�	Exceptionrr	r
r
r�UnicodeDecodeErrorr�UnicodeEncodeErrorrrrrr�<module>	s