com.saucelabs.saucebindings.SauceEnvironmentVariablesNotSetException 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;
class SauceEnvironmentVariablesNotSetException extends RuntimeException {
public SauceEnvironmentVariablesNotSetException(String message) {
super(message);
}
}