redis-smq-common
Version:
RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.
11 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AsyncCallbackTimeoutError = void 0;
const index_js_1 = require("../../errors/index.js");
class AsyncCallbackTimeoutError extends index_js_1.RedisSMQError {
constructor() {
super('Async callback timed out');
}
}
exports.AsyncCallbackTimeoutError = AsyncCallbackTimeoutError;
//# sourceMappingURL=async-callback-timeout.error.js.map