a
    ^ŠÝg·  ã                   @   s8   d Z G dd„ deƒZG dd„ deƒZG dd„ deƒZdS )z5Collection of exceptions raised by requests-toolbelt.c                   @   s   e Zd ZdZdS )ÚStreamingErrorz6Used in :mod:`requests_toolbelt.downloadutils.stream`.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   új/var/www/html/cobodadashboardai.evdpl.com/venv/lib/python3.9/site-packages/requests_toolbelt/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )ÚVersionMismatchErrorzÕUsed to indicate a version mismatch in the version of requests required.

    The feature in use requires a newer version of Requests to function
    appropriately but the version installed is not sufficient.
    Nr   r   r   r   r   r	   
   s   r	   c                   @   s   e Zd ZdZdS )ÚRequestsVersionTooOldz¨Used to indicate that the Requests version is too old.

    If the version of Requests is too old to support a feature, we will issue
    this warning to the user.
    Nr   r   r   r   r   r
      s   r
   N)r   Ú	Exceptionr   r	   ÚWarningr
   r   r   r   r   Ú<module>   s   	