commit | 7eeab7d1fd0e0a5913d5bfedba31a4deed5c586c | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Oct 12 15:02:37 2016 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Wed Oct 12 15:02:37 2016 -0700 |
tree | 264a1dd8acf07b848657186545ebbf1ce399f079 | |
parent | d2aec29b687dc7f6f83e0da3fdf1417178c8c4b2 [diff] [blame] |
Fixing various docstrings
diff --git a/google/auth/exceptions.py b/google/auth/exceptions.py index dedde9e..2be9fd6 100644 --- a/google/auth/exceptions.py +++ b/google/auth/exceptions.py
@@ -19,7 +19,7 @@ """Base class for all google.auth errors.""" -class TransportError(Exception): +class TransportError(GoogleAuthError): """Used to indicate an error occurred during an HTTP request."""