aboutsummaryrefslogtreecommitdiffstats
path: root/github3/exceptions.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-10-29 16:11:27 +0200
committerDavid Medina <davidmedina9@gmail.com>2011-10-31 00:34:31 +0100
commitc23698e64f3244636290ffa4065f3b70ba5151e9 (patch)
tree37fee2463eb1aedbf758fe1b9b9afd173c5908c8 /github3/exceptions.py
parentUpdate requests (fixs with auth) (diff)
downloadpython-github3-c23698e64f3244636290ffa4065f3b70ba5151e9.tar.xz
python-github3-c23698e64f3244636290ffa4065f3b70ba5151e9.zip
Wip on handlers
Diffstat (limited to 'github3/exceptions.py')
-rw-r--r--github3/exceptions.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/github3/exceptions.py b/github3/exceptions.py
new file mode 100644
index 0000000..72da776
--- /dev/null
+++ b/github3/exceptions.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+# -*- encoding: utf-8 -*-
+#
+# author: David Medina
+
+class AnomUser(Exception):
+ """ Exception for AnomUser handler """
+ pass