summaryrefslogtreecommitdiff
path: root/sphinx/websupport/errors.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-09 12:06:35 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-22 17:54:20 +0900
commitfef9f870d40481c042e1d1f6bda38a1ca009a973 (patch)
treee17aa3b7bc9a1ae5505931bcdd1586296f7de135 /sphinx/websupport/errors.py
parent45887c7d62dde461f2741f1cb9e2cc1ca26a42dd (diff)
downloadsphinx-git-fef9f870d40481c042e1d1f6bda38a1ca009a973.tar.gz
Split websupport to sphinxcontrib-websupport package
Diffstat (limited to 'sphinx/websupport/errors.py')
-rw-r--r--sphinx/websupport/errors.py16
1 files changed, 1 insertions, 15 deletions
diff --git a/sphinx/websupport/errors.py b/sphinx/websupport/errors.py
index d4edebd34..587d7e7e7 100644
--- a/sphinx/websupport/errors.py
+++ b/sphinx/websupport/errors.py
@@ -9,18 +9,4 @@
:license: BSD, see LICENSE for details.
"""
-
-class DocumentNotFoundError(Exception):
- pass
-
-
-class UserNotAuthorizedError(Exception):
- pass
-
-
-class CommentNotAllowedError(Exception):
- pass
-
-
-class NullSearchException(Exception):
- pass
+from sphinxcontrib.websupport.errors import * # NOQA