UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WorkerThreadError = void 0; const index_js_1 = require("../../errors/index.js"); class WorkerThreadError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.Worker.WorkerThreadError', defaultMessage: 'A worker thread has encountered an error.', }; } } exports.WorkerThreadError = WorkerThreadError; //# sourceMappingURL=worker-thread.error.js.map