summaryrefslogtreecommitdiff
path: root/pip/_vendor/requests/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/_vendor/requests/exceptions.py')
-rw-r--r--pip/_vendor/requests/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pip/_vendor/requests/exceptions.py b/pip/_vendor/requests/exceptions.py
index b89e0cc62..0658e7ec5 100644
--- a/pip/_vendor/requests/exceptions.py
+++ b/pip/_vendor/requests/exceptions.py
@@ -100,6 +100,8 @@ class StreamConsumedError(RequestException, TypeError):
class RetryError(RequestException):
"""Custom retries logic failed"""
+class UnrewindableBodyError(RequestException):
+ """Requests encountered an error when trying to rewind a body"""
# Warnings