class Git::CommandLineError::TimeoutError

This error is raised when a git command takes longer than the configured timeout

The git command executed, status, stdout, and stderr, and the timeout duration are available from this object.

result.status.timeout? will be ‘true`

@api public