aboutsummaryrefslogtreecommitdiffstats
path: root/github3/exceptions.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-02-03 02:59:53 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-02-03 02:59:53 +0100
commitae1c3c06c47866c8f392d05c63f597d71cebd691 (patch)
tree6543c55e2210bd91f59124785200d1fbfb6be872 /github3/exceptions.py
parentUpdate setup.py (diff)
downloadpython-github3-ae1c3c06c47866c8f392d05c63f597d71cebd691.tar.xz
python-github3-ae1c3c06c47866c8f392d05c63f597d71cebd691.zip
Reset project
Diffstat (limited to 'github3/exceptions.py')
-rw-r--r--github3/exceptions.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/github3/exceptions.py b/github3/exceptions.py
deleted file mode 100644
index b9070d7..0000000
--- a/github3/exceptions.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env python
-# -*- encoding: utf-8 -*-
-
-class BadRequest(Exception):
- pass
-class UnprocessableEntity(Exception):
- pass
-class NotFound(Exception):
- pass
-class Unauthorized(Exception):
- pass
-class UserIsAnonymous(Exception):
- pass