diff options
Diffstat (limited to 'docs/sphinx/hieroglyph/errors.py')
-rw-r--r-- | docs/sphinx/hieroglyph/errors.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/sphinx/hieroglyph/errors.py b/docs/sphinx/hieroglyph/errors.py deleted file mode 100644 index 9f7cde9570..0000000000 --- a/docs/sphinx/hieroglyph/errors.py +++ /dev/null @@ -1,11 +0,0 @@ -from __future__ import unicode_literals - -from sphinx.errors import ExtensionError - -__author__ = 'rjs' - -class HieroglyphError(ExtensionError): - ''' - An exception type specific to the Hieroglyph Sphinx extension. - ''' - pass |