diff options
Diffstat (limited to 'github3/exceptions.py')
-rw-r--r-- | github3/exceptions.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/github3/exceptions.py b/github3/exceptions.py index b0894a9..b033001 100644 --- a/github3/exceptions.py +++ b/github3/exceptions.py @@ -9,6 +9,5 @@ class UnprocessableEntity(Exception): pass class NotFound(Exception): pass -class AnomUser(Exception): - """ Exception for AnomUser handler """ +class Unauthorized(Exception): pass |