UNPKG

redis-smq

Version:

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

10 lines 371 B
import { RedisSMQError } from 'redis-smq-common'; export class InvalidTopicExchangeParamsError extends RedisSMQError { getProps() { return { code: 'RedisSMQ.Exchange.InvalidTopicExchangeParameters', defaultMessage: 'Invalid topic exchange parameters.', }; } } //# sourceMappingURL=invalid-topic-exchange-params.error.js.map