Exception: Git::FailedError

Inherits:
CommandLineError show all
Defined in:
lib/git/errors.rb

Overview

This error is raised when a git command returns a non-zero exitstatus

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

Instance Attribute Summary

Attributes inherited from CommandLineError

#result

Method Summary

Methods inherited from CommandLineError

#error_message, #initialize

Constructor Details

This class inherits a constructor from Git::CommandLineError