HEX
Server: LiteSpeed
System: Linux s787.bom1.mysecurecloudhost.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
User: mobilech (5348)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //opt/saltstack/salt/lib/python3.10/site-packages/msgpack/__pycache__/exceptions.cpython-310.pyc
o

;j9�@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�F/opt/saltstack/salt/lib/python3.10/site-packages/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�
ValueErrorrrZUnpackValueErrorrZ
PackExceptionZPackValueError�
OverflowErrorZPackOverflowErrorrrrr	�<module>s