UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RedisServerUnsupportedPlatformError = void 0; const index_js_1 = require("../../errors/index.js"); class RedisServerUnsupportedPlatformError extends index_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.RedisServer.UnsupportedPlatform', defaultMessage: 'Unsupported platform/architecture.', }; } } exports.RedisServerUnsupportedPlatformError = RedisServerUnsupportedPlatformError; //# sourceMappingURL=redis-server-unsupported-platform.error.js.map