Method: Git::TimeoutError#error_message
- Defined in:
- lib/git/errors.rb
#error_message ⇒ String
The human readable representation of this error
178 179 180 |
# File 'lib/git/errors.rb', line 178 def = <<~MESSAGE.chomp #{super}, timed out after #{timeout_duration}s MESSAGE |