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

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

package io.driver.exception;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy