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

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