summaryrefslogtreecommitdiff
path: root/sphinx/errors.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 18:29:16 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 18:29:16 +0100
commit50cb36da7d8d6436f40aacd63709b58e4459220a (patch)
tree59a06b108522d2452fe084a2c80b106bdce86fe3 /sphinx/errors.py
parent8068e49908a76448e405273dff83ceb670435e77 (diff)
parent295e4e7ee85020cb7f4ed67ddc586b3d08b3d195 (diff)
downloadsphinx-50cb36da7d8d6436f40aacd63709b58e4459220a.tar.gz
merge with trunk
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r--sphinx/errors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py
index 6e8c4e1c..b614d9ab 100644
--- a/sphinx/errors.py
+++ b/sphinx/errors.py
@@ -52,6 +52,10 @@ class ThemeError(SphinxError):
category = 'Theme error'
+class VersionRequirementError(SphinxError):
+ category = 'Sphinx version error'
+
+
class PycodeError(Exception):
def __str__(self):
res = self.args[0]