
    |h                     J    d Z  G d de      Z G d de      Z G d de      Zy)z5Collection of exceptions raised by requests-toolbelt.c                       e Zd ZdZy)StreamingErrorz6Used in :mod:`requests_toolbelt.downloadutils.stream`.N__name__
__module____qualname____doc__     [/var/www/html/test/engine/venv/lib/python3.12/site-packages/requests_toolbelt/exceptions.pyr   r      s    @r
   r   c                       e Zd ZdZy)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   
       
 	r
   r   c                       e Zd ZdZy)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
   