upload
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package hhn.temp.project.expections;
|
||||
|
||||
public class TaskAlreadyExistsException extends RuntimeException {
|
||||
|
||||
public TaskAlreadyExistsException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user