Tweaked exception wording.

This commit is contained in:
Michael Lazar
2015-12-08 01:09:56 -08:00
parent 9d2a6af826
commit cefdfb3290
6 changed files with 7 additions and 6 deletions

View File

@@ -116,6 +116,7 @@ class LoadScreen(object):
(praw.errors.OAuthException, 'Not logged in'),
(praw.errors.OAuthScopeRequired, 'Not logged in'),
(praw.errors.LoginRequired, 'Not logged in'),
(praw.errors.InvalidCaptcha, 'Error, captcha required'),
(praw.errors.PRAWException, '{0.__class__.__name__}'),
(requests.exceptions.RequestException, '{0.__class__.__name__}'),
]