MCPcopy Create free account
hub / github.com/KaTeX/KaTeX /

Class

src/ParseError.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * about where in the source string the problem occurred.
12 */
13class ParseError extends Error {
14 override name = "ParseError" as const;
15 position: number | undefined;
16 // Error start position based on passed-in Token or ParseNode.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected