UNPKG

@gdksoftware/mysql

Version:
10 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MySqlError { constructor(msg, details) { this.msg = msg; this.details = details || null; } } exports.default = MySqlError; //# sourceMappingURL=error.js.map