diff options
Diffstat (limited to 'sphinx/websupport/errors.py')
-rw-r--r-- | sphinx/websupport/errors.py | 16 |
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 |