UNPKG

redis-smq

Version:

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

10 lines 333 B
import { RedisSMQError } from 'redis-smq-common'; export class InvalidRateLimitValueError extends RedisSMQError { getProps() { return { code: 'RedisSMQ.RateLimit.InvalidRateLimit', defaultMessage: 'Invalid rate limit.', }; } } //# sourceMappingURL=invalid-rate-limit-value.error.js.map