From 58bf1588401410e771797c06a8def16a9c7f53ff Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Feb 2012 01:46:06 -0500 Subject: [PATCH] RuntimeError --- requests/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/exceptions.py b/requests/exceptions.py index c7b98e6..94860a8 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.""" -- 2.34.1