File: //usr/local/lib/python3.10/dist-packages/requests_toolbelt/__pycache__/exceptions.cpython-310.pyc
o
���g� � @ s8 d Z G dd� de�ZG dd� de�ZG dd� de�ZdS )z5Collection of exceptions raised by requests-toolbelt.c @ � e Zd ZdZdS )�StreamingErrorz6Used in :mod:`requests_toolbelt.downloadutils.stream`.N��__name__�
__module__�__qualname__�__doc__� r r �G/usr/local/lib/python3.10/dist-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