We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd62c3 commit 789bbc3Copy full SHA for 789bbc3
src/main/java/com/browserstack/local/LocalException.java
@@ -1,6 +1,6 @@
1
package com.browserstack.local;
2
3
-class LocalException extends Exception {
+public class LocalException extends Exception {
4
5
LocalException(String message) {
6
super(message);
0 commit comments