UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RedisClientNotInstalledError = void 0; const index_js_1 = require("../../errors/index.js"); class RedisClientNotInstalledError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.RedisClient.ClientNotInstalled', defaultMessage: 'REDIS client is not available. Please install your selected client first.', }; } } exports.RedisClientNotInstalledError = RedisClientNotInstalledError; //# sourceMappingURL=redis-client-not-installed.error.js.map