Sha256: b13db1d671567a103d134f731692e4b4eb352b910598ec4ceca5db462c83fb91

Contents?: true

Size: 255 Bytes

Versions: 109

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

module Avm
  module Launcher
    module Git
      class Error < StandardError
        def initialize(git_instance, message)
          super("#{message} (Repository: #{git_instance})")
        end
      end
    end
  end
end

Version data entries

109 entries across 109 versions & 2 rubygems

Version Path
eac_tools-0.6.0 sub/avm-tools/lib/avm/launcher/git/error.rb
avm-tools-0.121.2 lib/avm/launcher/git/error.rb
eac_tools-0.5.0 sub/avm-tools/lib/avm/launcher/git/error.rb
eac_tools-0.4.0 sub/avm-tools/lib/avm/launcher/git/error.rb
eac_tools-0.3.0 sub/avm-tools/lib/avm/launcher/git/error.rb
eac_tools-0.2.2 sub/avm-tools/lib/avm/launcher/git/error.rb
avm-tools-0.121.1 lib/avm/launcher/git/error.rb
avm-tools-0.121.0 lib/avm/launcher/git/error.rb
avm-tools-0.120.2 lib/avm/launcher/git/error.rb
avm-tools-0.120.1 lib/avm/launcher/git/error.rb
avm-tools-0.120.0 lib/avm/launcher/git/error.rb
avm-tools-0.119.0 lib/avm/launcher/git/error.rb
avm-tools-0.118.0 lib/avm/launcher/git/error.rb
avm-tools-0.117.3 lib/avm/launcher/git/error.rb
avm-tools-0.117.2 lib/avm/launcher/git/error.rb
avm-tools-0.117.1 lib/avm/launcher/git/error.rb
avm-tools-0.117.0 lib/avm/launcher/git/error.rb
avm-tools-0.116.2 lib/avm/launcher/git/error.rb
avm-tools-0.116.1 lib/avm/launcher/git/error.rb
avm-tools-0.116.0 lib/avm/launcher/git/error.rb