StandardError
Raised when a native git command exits with non-zero.
The full git command that failed as a String.
Everything output on the command’s stderr as a String.
The integer exit status.
# File lib/grit/git.rb, line 26 def initialize(command, exitstatus, err='') @command = command @exitstatus = exitstatus @err = err super "Command exited with #{exitstatus}: #{command}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.