o
    VÌh·  ã                   @   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                   @   ó   e Zd ZdZdS )ÚStreamingErrorz6Used in :mod:`requests_toolbelt.downloadutils.stream`.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úp/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/requests_toolbelt/exceptions.pyr      s    r   c                   @   r   )Ú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
   
   ó    r
   c                   @   r   )Ú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      r   r   N)r   Ú	Exceptionr   r
   ÚWarningr   r   r   r   r	   Ú<module>   s   	