redis-smq-rest-api
Version:
A RESTful API for RedisSMQ
8 lines • 418 B
JavaScript
;
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