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

io.cucumber.guice.InjectorSourceInstantiationFailed Maven / Gradle / Ivy

There is a newer version: 7.19.0
Show newest version
package io.cucumber.guice;

import io.cucumber.core.backend.CucumberBackendException;

class InjectorSourceInstantiationFailed extends CucumberBackendException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy