Exception: Bundler::Source::Git::AmbiguousGitReference

Inherits:
GitError show all
Defined in:
lib/bundler/source/git/git_proxy.rb

Instance Method Summary collapse

Methods inherited from BundlerError

all_errors, status_code

Constructor Details

#initialize(options) ⇒ AmbiguousGitReference

Returns a new instance of AmbiguousGitReference.



47
48
49
50
# File 'lib/bundler/source/git/git_proxy.rb', line 47

def initialize(options)
  msg = "Specification of branch or ref with tag is ambiguous. You specified #{options.inspect}"
  super msg
end