MCPcopy Create free account
hub / github.com/TruthHun/BookStack /

Class

static/katex/katex.mjs:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 * about where in the source string the problem occurred.
87 */
88class ParseError {
89 // Error position based on passed-in Token or ParseNode.
90 constructor(message, // The error message
91 token) // An object providing position information

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected