InvalidFile

class InvalidFile(message: String = "The provided file is invalid or corrupted", type: ErrorType) : ReversiException

Thrown when an operation on a file or storage entity fails. This can occur when loading, saving, or deleting game states from persistent storage.

Constructors

Link copied to clipboard
constructor(message: String = "The provided file is invalid or corrupted", type: ErrorType)