@ -2,6 +2,6 @@ package fr.iut.sciencequest.sae.exceptions.notFound;
public class ThematiqueNotFoundException extends EntityNotFoundException{
public ThematiqueNotFoundException(int id) {
super("Thématique", id);
super("Thematique", id);
}