UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

8 lines 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExchangeInvalidFanOutParamsError = void 0; const exchange_error_js_1 = require("./exchange.error.js"); class ExchangeInvalidFanOutParamsError extends exchange_error_js_1.ExchangeError { } exports.ExchangeInvalidFanOutParamsError = ExchangeInvalidFanOutParamsError; //# sourceMappingURL=exchange-invalid-fan-out-params.error.js.map