UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

8 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InstanceLockError = void 0; const index_js_1 = require("../../errors/index.js"); class InstanceLockError extends index_js_1.RedisSMQError { } exports.InstanceLockError = InstanceLockError; //# sourceMappingURL=instance-lock.error.js.map