
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
yb                  @   s   G d d de ZG dd deZG dd deZG dd deeZG dd	 d	eZG d
d de ZG dd deeZG dd dee	Z
dS )c               @   s   e Zd ZdZdS )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 Zd ZdS )
BufferFullN)r   r   r   r   r   r   r   r      s   r   c               @   s   e Zd ZdS )	OutOfDataN)r   r   r   r   r   r   r   r	   	   s   r	   c               @   s   e Zd ZdZdS )UnpackValueErrorz$Deprecated.  Use ValueError instead.N)r   r   r   r   r   r   r   r   r
      s   r
   c               @   s   e Zd Zdd Zdd ZdS )	ExtraDatac             C   s   || _ || _d S )N)unpackedextra)selfr   r   r   r   r   __init__   s    zExtraData.__init__c             C   s   dS )Nzunpack(b) received extra data.r   )r   r   r   r   __str__   s    zExtraData.__str__N)r   r   r   r   r   r   r   r   r   r      s   r   c               @   s   e Zd ZdZdS )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 Zd ZdZdS )PackValueErrorzPackValueError 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 Zd ZdZdS )PackOverflowErrorzPackOverflowError 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   	