UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

14 lines 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoMatchingQueuesError = void 0; const redis_smq_common_1 = require("redis-smq-common"); class NoMatchingQueuesError extends redis_smq_common_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.Producer.NoMatchingQueues', defaultMessage: 'No queues were matched for the message exchange.', }; } } exports.NoMatchingQueuesError = NoMatchingQueuesError; //# sourceMappingURL=no-matching-queues.error.js.map