UNPKG

schema-fun

Version:
10 lines 278 B
export class SchemaError extends Error { context; innerError; constructor(message, context = undefined, innerError = undefined) { super(message); this.context = context; this.innerError = innerError; } } //# sourceMappingURL=errors.js.map