redis-smq-common
Version:
RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.
8 lines • 304 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanicError = void 0;
const redis_smq_error_js_1 = require("./redis-smq.error.js");
class PanicError extends redis_smq_error_js_1.RedisSMQError {
}
exports.PanicError = PanicError;
//# sourceMappingURL=panic.error.js.map