MCPcopy Create free account
hub / github.com/MirrowApp/mirrow /

Class

packages/core/src/compiler/parser.ts:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52} from "../data/codeblocks.js";
53
54export class ParserError extends Error {
55 constructor(message: string, public position: SourcePosition) {
56 super(message);
57 this.name = "ParserError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected