Select Git revision
VectorTest.java
-
COUETOUX Basile authoredCOUETOUX Basile 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);
}
}