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: 1.2.6
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 - 2025 Weber Informatics LLC | Privacy Policy