WIZARD_PR2_DOP/Domain/Exceptions/KartenNichtGemischtExceptio...

9 lines
166 B
Java

package Domain.Exceptions;
public class KartenNichtGemischtException extends SpielException {
public KartenNichtGemischtException(String e) {
super(30, e);
}
}