UNPKG

redis-smq-common

Version:

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

7 lines 283 B
import { RedisServerError } from './redis-server.error.js'; export class RedisServerUnsupportedPlatformError extends RedisServerError { constructor() { super(`Unsupported platform/architecture`); } } //# sourceMappingURL=redis-server-unsupported-platform.error.js.map