Skip to content

Commit 622cf03

Browse files
committed
own exception by me
1 parent 99de0cd commit 622cf03

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class InsufficientBalanceException extends Exception {
2+
public InsufficientBalanceException(String message){
3+
super(message);
4+
}
5+
}

0 commit comments

Comments
 (0)