diff options
author | 2011-11-13 19:29:12 +0100 | |
---|---|---|
committer | 2011-11-13 19:29:12 +0100 | |
commit | 78752f56adb57bb1d5672a6ac819944477b7b529 (patch) | |
tree | 66fac159d33d9801710c3af63bad99c721a1f59f /github3/exceptions.py | |
parent | PEP8 and renaming (diff) | |
download | python-github3-78752f56adb57bb1d5672a6ac819944477b7b529.tar.xz python-github3-78752f56adb57bb1d5672a6ac819944477b7b529.zip |
Testing on fire (handlers, user_handler)
Also fix bugs, pep8
Diffstat (limited to 'github3/exceptions.py')
-rw-r--r-- | github3/exceptions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/github3/exceptions.py b/github3/exceptions.py index b033001..dbc4d2c 100644 --- a/github3/exceptions.py +++ b/github3/exceptions.py @@ -11,3 +11,5 @@ class NotFound(Exception): pass class Unauthorized(Exception): pass +class UserIsAnonymous(Exception): + pass |