
    .Ph                     ^    d Z  G d de          Z G d de          Z G 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__     \/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/requests_toolbelt/exceptions.pyr   r      s        @@Dr
   r   c                       e Zd ZdZdS )VersionMismatchErrorzUsed 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   
            
 	Dr
   r   c                       e Zd ZdZdS )RequestsVersionTooOldzUsed 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
   r   N)r   	Exceptionr   r   Warningr   r	   r
   r   <module>r      s    ; ;	 	 	 	 	Y 	 	 	
	 	 	 	 	9 	 	 		 	 	 	 	G 	 	 	 	 	r
   