![JAR search and dependency download from the Maven repository](/logo.png)
com.github.hippoom.wiremock.contract.verifier.NoSuchContractException Maven / Gradle / Ivy
The newest version!
package com.github.hippoom.wiremock.contract.verifier;
import java.io.IOException;
public class NoSuchContractException extends RuntimeException {
public NoSuchContractException(String message, IOException cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy