Skip to content

Commit 789bbc3

Browse files
Made Error Class public
1 parent bfd62c3 commit 789bbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/browserstack/local/LocalException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.browserstack.local;
22

3-
class LocalException extends Exception {
3+
public class LocalException extends Exception {
44

55
LocalException(String message) {
66
super(message);

0 commit comments

Comments
 (0)