summaryrefslogtreecommitdiff
path: root/docs/sphinx/hieroglyph/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sphinx/hieroglyph/errors.py')
-rw-r--r--docs/sphinx/hieroglyph/errors.py11
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