UNPKG

redis-smq-rest-api

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