com.browserstack.local.LocalException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of browserstack-local-java Show documentation
Show all versions of browserstack-local-java Show documentation
Java bindings for BrowserStack Local
The newest version!
package com.browserstack.local;
class LocalException extends Exception {
LocalException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy