UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

7 lines 245 B
import { RedisSMQError } from '../../errors/index.js'; export class AsyncCallbackTimeoutError extends RedisSMQError { constructor() { super('Async callback timed out'); } } //# sourceMappingURL=async-callback-timeout.error.js.map