Exception: Bundler::Source::Git::AmbiguousGitReference
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           ::Bundler::GitError,::Bundler::BundlerError,
          StandardError | |
| Instance Chain: 
          self,
           ::Bundler::GitError,::Bundler::BundlerError,
          StandardError | |
| Inherits: | Bundler::GitError 
 | 
| Defined in: | lib/bundler/source/git/git_proxy.rb | 
Class Method Summary
- .new(options) ⇒ AmbiguousGitReference constructor
::Bundler::BundlerError - Inherited
Constructor Details
    .new(options)  ⇒ AmbiguousGitReference 
  
# File 'lib/bundler/source/git/git_proxy.rb', line 47
def initialize() msg = "Specification of branch or ref with tag is ambiguous. You specified #{.inspect}" super msg end