UNPKG

redis-smq

Version:

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

4 lines 187 B
import { ExchangeError } from './exchange.error.js'; export class ExchangeInvalidTopicParamsError extends ExchangeError { } //# sourceMappingURL=exchange-invalid-topic-params.error.js.map