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

com.aventstack.extentreports.exceptions.GherkinKeywordNotFoundException Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
package com.aventstack.extentreports.exceptions;

public class GherkinKeywordNotFoundException 
	extends ClassNotFoundException {

	private static final long serialVersionUID = 3140022717738862603L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy