Update project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package model;
|
||||
|
||||
public class IllegalArgumentException extends Exception {
|
||||
public IllegalArgumentException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user