summaryrefslogtreecommitdiff
path: root/docs/sphinx/hieroglyph/errors.py
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2012-04-30 21:39:44 -0700
committerBen Reynwar <ben@reynwar.net>2012-04-30 21:39:44 -0700
commit141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8 (patch)
tree2cc9106672100532d901c250b95671c958fb1c4d /docs/sphinx/hieroglyph/errors.py
parent2817cf14147d6da2e7ef051fbbbf8228fd1c07ba (diff)
Adding sphinx documentation.
Diffstat (limited to 'docs/sphinx/hieroglyph/errors.py')
-rw-r--r--docs/sphinx/hieroglyph/errors.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/sphinx/hieroglyph/errors.py b/docs/sphinx/hieroglyph/errors.py
new file mode 100644
index 0000000000..334b097d8a
--- /dev/null
+++ b/docs/sphinx/hieroglyph/errors.py
@@ -0,0 +1,10 @@
+
+from sphinx.errors import ExtensionError
+
+__author__ = 'rjs'
+
+class HieroglyphError(ExtensionError):
+ '''
+ An exception type specific to the Hieroglyph Sphinx extension.
+ '''
+ pass \ No newline at end of file