Added: Specific Error Display

This commit is contained in:
rubenpirreram
2026-05-26 19:08:11 +02:00
parent 9083fd8df4
commit 55ce0c1d0a
27 changed files with 223 additions and 149 deletions
@@ -68,14 +68,6 @@ public class ClientController {
this.myUsername = username;
}
/**
* Displays an error message in the view.
*
* @param message the error message to display.
*/
public void onError(String message) {
view.showError(message);
}
/**
* Requests to draw a tribe card from the upper list.