Sha256: c408bf5f3fcae5898883f8f1120af9362d0ad84ab4761cbf0ce4fbde4f313048
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true require_relative 'command_line_error' module Git # This error is raised when a git command exits because of an uncaught signal # # The git command executed, status, stdout, and stderr are available from this # object. # # @api public # class SignaledError < Git::CommandLineError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git-2.0.0.pre3 | lib/git/signaled_error.rb |
git-2.0.0.pre2 | lib/git/signaled_error.rb |