summaryrefslogtreecommitdiff
path: root/requests/exceptions.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-02-15 01:46:06 -0500
committerKenneth Reitz <me@kennethreitz.com>2012-02-15 01:46:06 -0500
commit58bf1588401410e771797c06a8def16a9c7f53ff (patch)
treec5511e6d6ebf35caf8d5eb7cb75459d0a97feb80 /requests/exceptions.py
parentc0f066626eacc1e412f0288906c681512d8761e8 (diff)
downloadpython-requests-58bf1588401410e771797c06a8def16a9c7f53ff.tar.gz
RuntimeError
Diffstat (limited to 'requests/exceptions.py')
-rw-r--r--requests/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/exceptions.py b/requests/exceptions.py
index c7b98e6f..94860a88 100644
--- a/requests/exceptions.py
+++ b/requests/exceptions.py
@@ -8,7 +8,7 @@ This module contains the set of Requests' exceptions.
"""
-class RequestException(Exception):
+class RequestException(RuntimeError):
"""There was an ambiguous exception that occurred while handling your
request."""