UNPKG

redis-smq-rest-api

Version:
8 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfigError = void 0; const RedisSmqRestApiError_js_1 = require("../../lib/errors/errors/RedisSmqRestApiError.js"); class ConfigError extends RedisSmqRestApiError_js_1.RedisSmqRestApiError { } exports.ConfigError = ConfigError; //# sourceMappingURL=ConfigError.js.map