Skip to content
Snippets Groups Projects
Commit 4dd1541b authored by Schneider Stefan's avatar Schneider Stefan
Browse files

added MatchIdNotFoundException #25

parent 6b55db40
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
package hdm.mi.sthbackend.exeptions;
import java.util.UUID;
public class MatchIdNotFoundException extends Exception{
public MatchIdNotFoundException(UUID matchId){
super(String.format("MatchID %s not found", matchId.toString()));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment