UNPKG

tell-me-when

Version:
11 lines 224 B
export class ParseError extends Error { name = 'ParseError'; from; to; constructor(message, from, to = from) { super(message); this.from = from; this.to = to; } } //# sourceMappingURL=ParseError.mjs.map