public class GameLogicException
An exception within the flow of a Game.
@JvmOverloads public GameLogicException(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause)
An exception within the flow of a Game.
@JvmOverloads public GameLogicException(@NotNull java.lang.String message)
An exception within the flow of a Game.