Sha256: f824951505b6c327eaefd68b651f3a111848e8c5f8f3e97d18a72b0942ecc701
Contents?: true
Size: 329 Bytes
Versions: 2
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true require_relative 'command_line_error' module Git # 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. # # @api public # class FailedError < Git::CommandLineError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git-2.0.0.pre3 | lib/git/failed_error.rb |
git-2.0.0.pre2 | lib/git/failed_error.rb |