UNPKG

lambdaorm-base

Version:
11 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaError = void 0; class SchemaError extends Error { constructor(message) { super(message); this.name = 'SchemaError'; } } exports.SchemaError = SchemaError; //# sourceMappingURL=errors.js.map