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