RuntimeError

This commit is contained in:
Kenneth Reitz
2012-02-15 01:46:06 -05:00
parent c0f066626e
commit 58bf158840
+1 -1
View File
@@ -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."""