update,
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class DuplicateValException extends RuntimeException{
|
||||
public DuplicateValException(){
|
||||
super("Duplicate value");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user