EndGame

class EndGame(message: String = "The game has ended", type: ErrorType) : ReversiException

Thrown when the game has ended, either due to a winner being determined or both players passing consecutively.

Constructors

Link copied to clipboard
constructor(message: String = "The game has ended", type: ErrorType)