io.redskap.swagger.brake.cli.options.CliHelpException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-brake Show documentation
Show all versions of swagger-brake Show documentation
Swagger contract checker for breaking API changes
package io.redskap.swagger.brake.cli.options;
public class CliHelpException extends RuntimeException {
public CliHelpException(String message) {
super(message);
}
}