Select Git revision
TestTeachingUnitResult.java
Forked from
LABOUREL Arnaud / Image Template
Source project has a limited visibility.
-
LABOUREL Arnaud authoredLABOUREL Arnaud 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);
}
}