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

cucumber.runtime.java.guice.impl.InjectorSourceInstantiationFailed Maven / Gradle / Ivy

There is a newer version: 7.19.0
Show newest version
package cucumber.runtime.java.guice.impl;

import cucumber.runtime.CucumberException;

public class InjectorSourceInstantiationFailed extends CucumberException {

    public InjectorSourceInstantiationFailed(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy