From: Kenneth Reitz Date: Wed, 15 Feb 2012 06:46:06 +0000 (-0500) Subject: RuntimeError X-Git-Tag: v0.10.2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58bf1588401410e771797c06a8def16a9c7f53ff;p=services%2Fpython-requests.git RuntimeError --- 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."""