diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-05-21 15:32:05 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-05-21 15:32:05 -0400 |
commit | 5d33373a99265bc075bddb95c1e7b06a2e176cbd (patch) | |
tree | 029cee44e91b70acda19942edc83674dbdab854f /docs/sphinx/hieroglyph/errors.py | |
parent | ed838eb9be22d769247a9c63f23423c8c2f81f72 (diff) | |
parent | f684f3c3997b973a914b3c1adffc3ba616f0f49b (diff) |
Merge branch 'sphinxdocs'
Diffstat (limited to 'docs/sphinx/hieroglyph/errors.py')
-rw-r--r-- | docs/sphinx/hieroglyph/errors.py | 10 |
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 |