package vooga.rts.leveleditor.Exceptions;
public class MapNotMatchException extends Exception {
/**
*
*/
private static final long serialVersionUID = 277202024121265750L;
public MapNotMatchException() {
super();
}
public MapNotMatchException(String message) {
super(message);
}
}