Ajout UtilisateurNotFoundException

Springboot
Alix JEUDI--LEMOINE 1 year ago
parent 207e529c8c
commit df2cec3e08

@ -0,0 +1,7 @@
package fr.iut.sciencequest.sae.exceptions.notFound;
public class UtilisateurNotFoundException extends EntityNotFoundException{
public UtilisateurNotFoundException() {
super();
}
}
Loading…
Cancel
Save