Current File : //usr/lib64/python3.6/site-packages/borg/algorithms/msgpack/__pycache__/exceptions.cpython-36.pyc
3

y��b �@s�Gdd�de�ZGdd�de�ZGdd�de�ZGdd�dee�ZGdd	�d	e�ZGd
d�de�ZGdd
�d
ee�ZGdd�dee	�Z
dS)c@seZdZdZdS)�UnpackExceptionzKDeprecated.  Use Exception instead to catch all exception during unpacking.N)�__name__�
__module__�__qualname__�__doc__�rr�"/usr/lib64/python3.6/exceptions.pyrsrc@seZdZdS)�
BufferFullN)rrrrrrrrsrc@seZdZdS)�	OutOfDataN)rrrrrrrr		sr	c@seZdZdZdS)�UnpackValueErrorz$Deprecated.  Use ValueError instead.N)rrrrrrrrr

sr
c@seZdZdd�Zdd�ZdS)�	ExtraDatacCs||_||_dS)N)�unpacked�extra)�selfrr
rrr�__init__szExtraData.__init__cCsdS)Nzunpack(b) received extra data.r)rrrr�__str__szExtraData.__str__N)rrrrrrrrrrsrc@seZdZdZdS)�
PackExceptionzIDeprecated.  Use Exception instead to catch all exception during packing.N)rrrrrrrrrsrc@seZdZdZdS)�PackValueErrorz�PackValueError is raised when type of input data is supported but it's value is unsupported.

    Deprecated.  Use ValueError instead.
    N)rrrrrrrrrsrc@seZdZdZdS)�PackOverflowErrorz�PackOverflowError is raised when integer value is out of range of msgpack support [-2**31, 2**32).

    Deprecated.  Use ValueError instead.
    N)rrrrrrrrr%srN)�	Exceptionrrr	�
ValueErrorr
rrr�
OverflowErrorrrrrr�<module>s