CoastalCommitsPastes/server/node_modules/sequelize-pool/lib/TimeoutError.js
2022-03-06 16:46:59 -08:00

7 lines
No EOL
222 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimeoutError = void 0;
class TimeoutError extends Error {
}
exports.TimeoutError = TimeoutError;
//# sourceMappingURL=TimeoutError.js.map