This commit is contained in:
Mohamed Karray
2018-10-02 09:24:24 +02:00
31 changed files with 746 additions and 50 deletions

View File

@@ -7,9 +7,4 @@ public class NotFoundException extends Exception {
public NotFoundException() {
}
public NotFoundException(String message) {
super(message);
}
}