Exception: Git::FailedError
- Inherits:
-
CommandLineError
- Object
- StandardError
- Error
- CommandLineError
- Git::FailedError
- 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
Method Summary
Methods inherited from CommandLineError
Constructor Details
This class inherits a constructor from Git::CommandLineError