Refactoring

This commit is contained in:
DahoudG
2024-11-02 15:27:03 +00:00
parent 2c7d671588
commit 841789f8c2
16 changed files with 568 additions and 380 deletions

View File

@@ -8,8 +8,4 @@ public class FriendshipNotFoundException extends RuntimeException {
public FriendshipNotFoundException(String message) {
super(message);
}
public FriendshipNotFoundException(String message, Throwable cause) {
super(message, cause);
}
}