forked from tom.biard/ScienceQuest
parent
207e529c8c
commit
df2cec3e08
@ -0,0 +1,7 @@
|
|||||||
|
package fr.iut.sciencequest.sae.exceptions.notFound;
|
||||||
|
|
||||||
|
public class UtilisateurNotFoundException extends EntityNotFoundException{
|
||||||
|
public UtilisateurNotFoundException() {
|
||||||
|
super();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue