InvalidNameAlreadyExists

class InvalidNameAlreadyExists(message: String = "The provided name already exists", type: ErrorType = ErrorType.WARNING) : ReversiException

Thrown when attempting to create a game with a name that already exists in storage.

Constructors

Link copied to clipboard
constructor(message: String = "The provided name already exists", type: ErrorType = ErrorType.WARNING)