Refactoring
This commit is contained in:
@@ -8,8 +8,4 @@ public class FriendshipNotFoundException extends RuntimeException {
|
||||
public FriendshipNotFoundException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public FriendshipNotFoundException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user