RequestException subclasses IOError.
authorCory Benfield <lukasaoz@gmail.com>
Sat, 17 Aug 2013 06:17:03 +0000 (07:17 +0100)
committerCory Benfield <lukasaoz@gmail.com>
Sat, 17 Aug 2013 06:17:03 +0000 (07:17 +0100)
requests/exceptions.py

index 63f2c9c..22207e3 100644 (file)
@@ -9,7 +9,7 @@ This module contains the set of Requests' exceptions.
 """
 
 
-class RequestException(RuntimeError):
+class RequestException(IOError):
     """There was an ambiguous exception that occurred while handling your
     request."""