diff options
Diffstat (limited to 'sphinx/websupport/errors.py')
-rw-r--r-- | sphinx/websupport/errors.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sphinx/websupport/errors.py b/sphinx/websupport/errors.py index 53106dfb8..62309ed20 100644 --- a/sphinx/websupport/errors.py +++ b/sphinx/websupport/errors.py @@ -9,18 +9,11 @@ :license: BSD, see LICENSE for details. """ -__all__ = ['DocumentNotFoundError', 'SrcdirNotSpecifiedError', - 'UserNotAuthorizedError', 'CommentNotAllowedError', - 'NullSearchException'] class DocumentNotFoundError(Exception): pass -class SrcdirNotSpecifiedError(Exception): - pass - - class UserNotAuthorizedError(Exception): pass |