Allows admins to manage grading report templates #14
@ -4,7 +4,7 @@ import se.su.dsv.scipro.system.ProjectType;
|
|||||||
|
|
||||||
import java.time.LocalDate;
|
import java.time.LocalDate;
|
||||||
|
|
||||||
public class DuplicateDateException extends Throwable {
|
public class DuplicateDateException extends Exception {
|
||||||
ansv7779 marked this conversation as resolved
Outdated
|
|||||||
private final LocalDate validFrom;
|
private final LocalDate validFrom;
|
||||||
private final ProjectType projectType;
|
private final ProjectType projectType;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
Should extend Exception instead of Throwable