UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WorkerAlreadyRunningError = void 0; const index_js_1 = require("../../errors/index.js"); class WorkerAlreadyRunningError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.Worker.AlreadyRunning', defaultMessage: 'Worker is already running.', }; } } exports.WorkerAlreadyRunningError = WorkerAlreadyRunningError; //# sourceMappingURL=worker-already-running.error.js.map