File "exceptions.cpython-38.pyc"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/usr/lib/python3.8/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc
File size: 1.77 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit
U
.e9 @ sx G d d de ZG dd deZG dd deZG dd deeZG dd d eeZeZG d
d deZe Z eZ
eZdS )
c @ s e Zd ZdZdS )UnpackExceptionzBase 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.8/site-packages/pip/_vendor/msgpack/exceptions.pyr s r c @ s e Zd ZdS )
BufferFullNr 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 ) ExtraDatazExtraData is raised when there is trailing data.
This exception is raised while only one-shot (not streaming)
unpack.
c C s || _ || _d S )N)unpackedextra)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 <module> s