diff --git a/SpringBootProject/src/main/java/fr/iut/sciencequest/sae/exceptions/notFound/UtilisateurNotFoundException.java b/SpringBootProject/src/main/java/fr/iut/sciencequest/sae/exceptions/notFound/UtilisateurNotFoundException.java new file mode 100644 index 0000000..2aca9a3 --- /dev/null +++ b/SpringBootProject/src/main/java/fr/iut/sciencequest/sae/exceptions/notFound/UtilisateurNotFoundException.java @@ -0,0 +1,7 @@ +package fr.iut.sciencequest.sae.exceptions.notFound; + +public class UtilisateurNotFoundException extends EntityNotFoundException{ + public UtilisateurNotFoundException() { + super(); + } +}