io.redskap.swagger.brake.runner.exception.LatestArtifactDownloadException 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.runner.exception;
public class LatestArtifactDownloadException extends RuntimeException {
public LatestArtifactDownloadException(String message, Throwable cause) {
super(message, cause);
}
}