blob: 334b097d8abdb57447d76a54972e968566428191 (
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
|