GameIsFull

class GameIsFull(message: String = "The game is full", type: ErrorType = ErrorType.INFO) : ReversiException

Exception thrown when attempting to join a multiplayer game that already has all players.

Parameters

message

Descriptive error message.

type

The error severity type (default: INFO).

Constructors

Link copied to clipboard
constructor(message: String = "The game is full", type: ErrorType = ErrorType.INFO)