Coverage Summary for Class: InvalidRequest (it.polimi.ingsw.Server.Messages.ServerResponses)
| Class | Class, % | Method, % | Line, % |
|---|---|---|---|
| InvalidRequest | 0% (0/1) | 0% (0/1) | 0% (0/1) |
1 package it.polimi.ingsw.Server.Messages.ServerResponses; 2 3 import java.io.Serial; 4 5 /** 6 * A {@link Response} used by the server to notify the client a {@link it.polimi.ingsw.Server.Messages.Events.Requests.ClientRequest} 7 * was uninterpretable. 8 */ 9 public class InvalidRequest extends FixedStatusResponse { 10 @Serial 11 private static final long serialVersionUID = 307L; 12 }