Server/src/main/java/de/towerdefence/server/match/exeptions/NotInMatchException.java

5 lines
111 B
Java
Raw Normal View History

package de.towerdefence.server.match.exeptions;
public class NotInMatchException extends RuntimeException {
}