slim-node-mysql
Version:
MySQL database class to abstract pooling and prepared statements
10 lines • 329 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PoolAlreadyExistsError = void 0;
class PoolAlreadyExistsError extends Error {
constructor(message) {
super(message);
}
}
exports.PoolAlreadyExistsError = PoolAlreadyExistsError;
//# sourceMappingURL=PoolAlreadyExistsError.js.map
;