e 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 )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__ p/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.pyr r s r r c e Zd ZdS ) BufferFullNr 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 ) ExtraDatazExtraData is raised when there is trailing data. This exception is raised while only one-shot (not streaming) unpack. c " || _ || _ d S )N)unpackedextra)selfr r s r __init__zExtraData.__init__% s r c dS )Nzunpack(b) received extra data.r )r s r __str__zExtraData.__str__) s //r N)r r r r r r r r r r r s<