HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/saltstack/salt/lib/python3.10/site-packages/msgpack/__pycache__/exceptions.cpython-310.pyc
o

�N�g9�@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