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

io.driver.exception.NotFoundDriverAddressException Maven / Gradle / Ivy

package io.driver.exception;

public class NotFoundDriverAddressException extends AutoDriverException {
    public NotFoundDriverAddressException() {
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy