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

tech.grasshopper.exception.ExtentReportsCucumberPluginException Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
package tech.grasshopper.exception;

public class ExtentReportsCucumberPluginException extends RuntimeException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public ExtentReportsCucumberPluginException(String message) {
		super(message);
	}

	public ExtentReportsCucumberPluginException(String message, Exception exception) {
		super(message, exception);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy