UNPKG

redis-smq

Version:

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

5 lines 239 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; export declare class MessageNotFoundError extends RedisSMQError { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=message-not-found.error.d.ts.map