a
    ù!fo  ã                   @   sH   d Z G dd„ deƒ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   ú]/var/www/html/python-backend/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
   c                   @   s   e Zd ZdZdS )Ú IgnoringGAECertificateValidationaq  Used to indicate that given GAE validation behavior will be ignored.

    If the user has tried to specify certificate validation when using the
    insecure AppEngine adapter, it will be ignored (certificate validation will
    remain off), so we will issue this warning to the user.

    In :class:`requests_toolbelt.adapters.appengine.InsecureAppEngineAdapter`.
    Nr   r   r   r   r   r      s   r   N)r   Ú	Exceptionr   r	   ÚWarningr
   r   r   r   r   r   Ú<module>   s   		