UNPKG

redis-smq

Version:

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

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