
nl.praegus.fitnesse.slim.fixtures.playwright.PlaywrightFitnesseException Maven / Gradle / Ivy
package nl.praegus.fitnesse.slim.fixtures.playwright;
public class PlaywrightFitnesseException extends RuntimeException {
public PlaywrightFitnesseException() {
}
public PlaywrightFitnesseException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy