redis-smq
Version:
A simple high-performance Redis message queue for Node.js.
8 lines • 336 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigurationError = void 0;
const redis_smq_common_1 = require("redis-smq-common");
class ConfigurationError extends redis_smq_common_1.RedisSMQError {
}
exports.ConfigurationError = ConfigurationError;
//# sourceMappingURL=configuration.error.js.map
;