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.