Skip to content

Commit fbf2e14

Browse files
author
AmiyahJo
committed
mv: moves CheckNotAllowedException to the exceptions folder
1 parent 86c7783 commit fbf2e14

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.codedifferently.lesson17.bank.exceptions;
2+
3+
public class CheckNotAllowedException extends RuntimeException {
4+
public CheckNotAllowedException(String message) {
5+
super(message);
6+
}
7+
}

0 commit comments

Comments
 (0)