All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.hippoom.wiremock.contract.verifier.NoSuchContractException Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy