update,
This commit is contained in:
5
it114105/itp4510/Assignment/18-19/NotJokerException.java
Normal file
5
it114105/itp4510/Assignment/18-19/NotJokerException.java
Normal file
@@ -0,0 +1,5 @@
|
||||
public class NotJokerException extends RuntimeException{
|
||||
public NotJokerException(){
|
||||
super("Not Joker");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user