Select Git revision
Forked from
SAYEH Nahlane ghina / graphic-2020..
Source project has a limited visibility.
-
BasileCouetoux authoredBasileCouetoux authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
EntityNotFoundException.java 150 B
package model;
class EntityNotFoundException extends Exception {
public EntityNotFoundException(String message) {
super(message);
}
}