Skip to content

Commit 1c6e897

Browse files
committed
updated local exception
1 parent 3a71f55 commit 1c6e897

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)