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

io.github.kgress.scaffold.exception.WebDriverWrapperException Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package io.github.kgress.scaffold.exception;

public class WebDriverWrapperException extends RuntimeException {
    private static final long serialVersionUID = -2007353551661827430L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy