com.saucelabs.saucebindings.options.InvalidSauceOptionsArgumentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sauce_bindings Show documentation
Show all versions of sauce_bindings Show documentation
Java library which provides tools for interacting with Sauce Labs
The newest version!
package com.saucelabs.saucebindings.options;
public class InvalidSauceOptionsArgumentException extends RuntimeException {
public InvalidSauceOptionsArgumentException(String message) {
super(message);
}
}