final project q6
This commit is contained in:
5
finalproject/Question6/NotALenderException.java
Normal file
5
finalproject/Question6/NotALenderException.java
Normal file
@@ -0,0 +1,5 @@
|
||||
public class NotALenderException extends Exception {
|
||||
public NotALenderException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user