io.driver.exception.ExecuteRuntimeCommandErrorException Maven / Gradle / Ivy
package io.driver.exception;
public class ExecuteRuntimeCommandErrorException extends AutoDriverException {
public ExecuteRuntimeCommandErrorException() {
}
public ExecuteRuntimeCommandErrorException(String message) {
super(message);
}
}