UNPKG

redis-smq-rest-api

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