GameNotStartedYet

class GameNotStartedYet(message: String = "The game has not started yet", type: ErrorType = ErrorType.WARNING) : ReversiException

Exception thrown when an operation requires an active game that hasn't been started yet.

Parameters

message

Descriptive error message.

type

The error severity type.

Constructors

Link copied to clipboard
constructor(message: String = "The game has not started yet", type: ErrorType = ErrorType.WARNING)