Class: MarkdownParseError
An error that gets thrown when the Markdown parsing fails due to a syntax error.
Extends
Error
Constructors
new MarkdownParseError()
new MarkdownParseError(
message
,cause
):MarkdownParseError
Parameters
Parameter | Type |
---|---|
message | string |
cause | unknown |
Returns
Overrides
Error.constructor