upload
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m2s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m2s
This commit is contained in:
@@ -6,3 +6,4 @@ public class TaskAlreadyExistsException extends RuntimeException {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package hhn.temp.project.expections;
|
||||
|
||||
public class TaskHasNoWorkerException extends RuntimeException {
|
||||
|
||||
public TaskHasNoWorkerException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user