Current File : //usr/lib64/python3.6/site-packages/borg/algorithms/msgpack/__pycache__/exceptions.cpython-36.pyc |
3
y��b � @ s� G d d� de �ZG dd� de�ZG dd� de�ZG dd� dee�ZG dd � d e�ZG d
d� de �ZG dd
� d
ee�ZG dd� dee �Z
dS )c @ s e Zd ZdZdS )�UnpackExceptionzKDeprecated. Use Exception instead to catch all exception during unpacking.N)�__name__�
__module__�__qualname__�__doc__� r r �"/usr/lib64/python3.6/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 )� OutOfDataN)r r r r r r r r s r c @ s e Zd ZdZdS )�UnpackValueErrorz$Deprecated. Use ValueError instead.N)r r r r r r r r r
s r
c @ s e Zd Zdd� Zdd� ZdS )� ExtraDatac 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 s r c @ s e Zd ZdZdS )�
PackExceptionzIDeprecated. Use Exception instead to catch all exception during packing.N)r r r r r r r r r s r c @ s e Zd ZdZdS )�PackValueErrorz�PackValueError is raised when type of input data is supported but it's value is unsupported.
Deprecated. Use ValueError instead.
N)r r r r r r r r r s r c @ s e Zd ZdZdS )�PackOverflowErrorz�PackOverflowError is raised when integer value is out of range of msgpack support [-2**31, 2**32).
Deprecated. Use ValueError instead.
N)r r r r r r r r r % s r N)� Exceptionr r r �
ValueErrorr
r r r �
OverflowErrorr r r r r �<module> s