UNPKG

redis-smq

Version:

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

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