RequestException subclasses IOError.

This commit is contained in:
Cory Benfield
2013-08-17 07:17:03 +01:00
parent d8268fb7b4
commit 3bc01eed6f
+1 -1
View 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."""