final project q4

This commit is contained in:
2022-05-24 22:32:29 +08:00
parent 1c6ea20c0a
commit e2bd453330
8 changed files with 305 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class NotALenderException extends Exception {
public NotALenderException(String message) {
super(message);
}
}