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

org.fluentlenium.core.WrongDriverException Maven / Gradle / Ivy

package org.fluentlenium.core;

public class WrongDriverException extends RuntimeException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy