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 3a71f55 commit 1c6e897Copy full SHA for 1c6e897
src/main/java/com/BrowserStack/LocalException.java
@@ -0,0 +1,7 @@
1
+package com.BrowserStack;
2
+
3
+class LocalException extends Exception {
4
+ LocalException(String message){
5
+ super(message);
6
+ }
7
+}
0 commit comments