diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-02-15 01:46:06 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-02-15 01:46:06 -0500 |
| commit | 58bf1588401410e771797c06a8def16a9c7f53ff (patch) | |
| tree | c5511e6d6ebf35caf8d5eb7cb75459d0a97feb80 /requests/exceptions.py | |
| parent | c0f066626eacc1e412f0288906c681512d8761e8 (diff) | |
| download | python-requests-58bf1588401410e771797c06a8def16a9c7f53ff.tar.gz | |
RuntimeError
Diffstat (limited to 'requests/exceptions.py')
| -rw-r--r-- | requests/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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.""" |
