aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/exceptions.py
diff options
context:
space:
mode:
authorNat Williams <nwilliams@leapfrogonline.com>2012-04-17 14:42:57 -0500
committerNat Williams <nwilliams@leapfrogonline.com>2012-04-17 14:42:57 -0500
commit17649c939901573af53beeeeb9d7be08102d1503 (patch)
treefc3a99aafc36d61b7381043aede9807a66813886 /pygithub3/exceptions.py
parentlet request objects specify custom body validations (diff)
downloadpython-github3-17649c939901573af53beeeeb9d7be08102d1503.tar.xz
python-github3-17649c939901573af53beeeeb9d7be08102d1503.zip
more specific exception for missing Request classes
Diffstat (limited to 'pygithub3/exceptions.py')
-rw-r--r--pygithub3/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/exceptions.py b/pygithub3/exceptions.py
index a467256..20cf058 100644
--- a/pygithub3/exceptions.py
+++ b/pygithub3/exceptions.py
@@ -8,7 +8,7 @@ class InvalidBodySchema(Exception):
pass
-class DoesNotExists(Exception):
+class RequestDoesNotExist(Exception):
""" Raised when `Request` factory can't find the subclass """
pass