blob: 9c1d2213b26ea9cb5d248c7e5379bce252eae948 (
plain)
1
2
3
4
5
6
7
8
9
10
|
from sphinx.errors import ExtensionError
__author__ = 'rjs'
class HieroglyphError(ExtensionError):
'''
An exception type specific to the Hieroglyph Sphinx extension.
'''
pass
|