InvalidGame

class InvalidGame(message: String = "The game is invalid or uninitialized", type: ErrorType) : ReversiException

Thrown when an operation is invoked on an invalid or uninitialized game. Examples: calling play or pass when the game has not been started.

Constructors

Link copied to clipboard
constructor(message: String = "The game is invalid or uninitialized", type: ErrorType)