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

Method constructor

packages/core/src/compiler/parser.ts:55–58  ·  view source on GitHub ↗
(message: string, public position: SourcePosition)

Source from the content-addressed store, hash-verified

53
54export class ParserError extends Error {
55 constructor(message: string, public position: SourcePosition) {
56 super(message);
57 this.name = "ParserError";
58 }
59}
60
61interface AttributeValidationContext {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected