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
commitbaf0087f3a339fb12fa64123879f45b72f4da8dd (patch)
tree59a06b108522d2452fe084a2c80b106bdce86fe3 /sphinx/errors.py
parent38bb37024957227b0759e47abd3d03a5ce8b3a43 (diff)
parent5a9a454631ff9e68cf1827ba1a9582a993dca8db (diff)
downloadsphinx-git-baf0087f3a339fb12fa64123879f45b72f4da8dd.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 6e8c4e1c6..b614d9ab0 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]