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."""