File: //opt/cloudlinux/venv/lib/python3.11/site-packages/msgpack/__pycache__/exceptions.cpython-311.pyc
�
���f9 � �� � G d � de � � Z G d� de� � Z G d� de� � Z G d� dee� � Z G d� d ee� � ZeZ G d
� de� � Ze Z eZ
eZdS )
c � � e Zd ZdZdS )�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__� � �I/opt/cloudlinux/venv/lib64/python3.11/site-packages/msgpack/exceptions.pyr r s � � � � � �� � � r
r c � � e Zd ZdS )�
BufferFullN�r r r r r
r r
r
� � � � � � ��Dr
r
c � � e Zd ZdS )� OutOfDataNr r r
r r r r r
r c � � e Zd ZdZdS )�FormatErrorzInvalid msgpack formatNr r r
r r r s � � � � � � � � � r
r c � � e Zd ZdZdS )�
StackErrorz
Too nestedNr r r
r r r s � � � � � ����r
r c � � e Zd ZdZd� Zd� ZdS )� ExtraDataz�ExtraData is raised when there is trailing data.
This exception is raised while only one-shot (not streaming)
unpack.
c �"