HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc
o

@%Ne9�@sxGdd�de�ZGdd�de�ZGdd�de�ZGdd�dee�ZGdd	�d	ee�ZeZGd
d�de�ZeZ	eZ
eZdS)
c@�eZdZdZdS)�UnpackExceptionz�Base class for some exceptions raised while unpacking.

    NOTE: unpack may raise exception other than subclass of
    UnpackException.  If you want to catch all error, catch
    Exception instead.
    N��__name__�
__module__�__qualname__�__doc__�rr�@/usr/lib/python3/dist-packages/pip/_vendor/msgpack/exceptions.pyr�rc@�eZdZdS)�
BufferFullN�rrrrrrr	r
�rc@r)�	OutOfDataNr
rrrr	rrrc@r)�FormatErrorzInvalid msgpack formatNrrrrr	rr
rc@r)�
StackErrorz
Too nestedNrrrrr	rr
rc@s eZdZdZdd�Zdd�ZdS)�	ExtraDataz�ExtraData is raised when there is trailing data.

    This exception is raised while only one-shot (not streaming)
    unpack.
    cCs||_||_dS)N)�unpacked�extra)�selfrrrrr	�__init__%s
zExtraData.__init__cCsdS)Nzunpack(b) received extra data.r)rrrr	�__str__)szExtraData.__str__N)rrrrrrrrrr	rsrN)
�	Exceptionrrr�
ValueErrorrr�UnpackValueErrorr�
PackException�PackValueError�
OverflowError�PackOverflowErrorrrrr	�<module>s