com.aventstack.extentreports.exceptions.GherkinKeywordNotFoundException Maven / Gradle / Ivy
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