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

io.cucumber.gherkin.GherkinException Maven / Gradle / Ivy

There is a newer version: 30.0.4
Show newest version
package io.cucumber.gherkin;

class GherkinException extends RuntimeException {
    public GherkinException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy