UNPKG

longcelot-sheet-db

Version:

Google Sheets-backed staging database adapter for Node.js with schema-first design

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