summaryrefslogtreecommitdiff
path: root/asciidoc/exceptions.py
blob: 8f32a4a6264c4391b5a642ae23949b8e740e71c6 (plain)
1
2
3
4
5
6
7
8
class EAsciiDoc(Exception):
    """Exceptions raised by the main asciidoc process"""
    pass


class AsciiDocError(Exception):
    """Exceptions raised by the asciidoc API"""
    pass