UNPKG

slim-node-mysql

Version:

MySQL database class to abstract pooling and prepared statements

10 lines 329 B
"use strict"; 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