io.vertx.ext.web.api.validation.SpecFeatureNotSupportedException Maven / Gradle / Ivy
package io.vertx.ext.web.api.validation;
/**
* @author Francesco Guardiani @slinkydeveloper
* @deprecated You should use the new module vertx-web-openapi
*/
@Deprecated
public class SpecFeatureNotSupportedException extends RuntimeException {
public SpecFeatureNotSupportedException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy