a
ˆlj9 ã @ sx G d d„ de ƒZG dd„ deƒZG dd„ deƒZG dd„ deeƒZG dd „ d eeƒZeZG d
d„ deƒZe Z eZ
eZdS )
c @ s 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__© r r úB/usr/lib/python3.9/site-packages/pip/_vendor/msgpack/exceptions.pyr s r c @ s e Zd ZdS )Ú
BufferFullN©r r r r r r r r
s r c @ s e Zd ZdS )Ú OutOfDataNr
r r r r r s r c @ s e Zd ZdZdS )ÚFormatErrorzInvalid msgpack formatNr r r r r r s r c @ s e Zd ZdZdS )Ú
StackErrorz
Too nestedNr r r r r r
s r
c @ s e Zd ZdZdd„ Zdd„ ZdS )Ú ExtraDatazƒExtraData is raised when there is trailing data.
This exception is raised while only one-shot (not streaming)
unpack.
c C s || _ || _d S )N)ÚunpackedÚextra)Úselfr r r r r Ú__init__% s zExtraData.__init__c C s dS )Nzunpack(b) received extra data.r )r r r r Ú__str__) s zExtraData.__str__N)r r r r r r r r r r r s r N)
Ú Exceptionr r r Ú
ValueErrorr r
ZUnpackValueErrorr Z
PackExceptionZPackValueErrorÚ
OverflowErrorZPackOverflowErrorr r r r Ú