UNPKG

@hyperjump/json-schema

Version:

A JSON Schema validator with support for custom keywords, vocabularies, and dialects

8 lines (7 loc) 171 B
export class ValidationError extends Error { constructor(output) { super("Validation Error"); this.name = this.constructor.name; this.output = output; } }