Skip to content

DocumentedError

Bases: Documented, Exception

Exception with a templated error message provided as the docstring.

Source code in documented/error.py
4
5
class DocumentedError(Documented, Exception):
    """Exception with a templated error message provided as the docstring."""