Class
Grit::Git::CommandFailed
In:
lib/grit/git.rb
Parent:
StandardError
Raised when a native git command exits with non-zero.
Methods
new
Attributes
command
[R]
The full git command that failed as a
String
.
err
[R]
Everything output on the command‘s stderr as a
String
.
exitstatus
[R]
The integer exit status.
Public Class methods
new
(command, exitstatus, err='')
[Validate]