aboutsummaryrefslogtreecommitdiffstats
path: root/github3/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'github3/exceptions.py')
-rw-r--r--github3/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/github3/exceptions.py b/github3/exceptions.py
index 72da776..b0894a9 100644
--- a/github3/exceptions.py
+++ b/github3/exceptions.py
@@ -3,6 +3,12 @@
#
# author: David Medina
+class BadRequest(Exception):
+ pass
+class UnprocessableEntity(Exception):
+ pass
+class NotFound(Exception):
+ pass
class AnomUser(Exception):
""" Exception for AnomUser handler """
pass