UNPKG

sags.db.ts

Version:
10 lines (9 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SagsdbError = void 0; class SagsdbError extends Error { constructor(message) { super(`${message}`); } } exports.SagsdbError = SagsdbError;