MarkdownException constructor

init

The MarkdownException constructor.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrThe exception message.

See Also