Exception: Bundler::Source::Git::GitNotInstalledError
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 ⇒ GitNotInstalledError constructor
::Bundler::BundlerError
- Inherited
Constructor Details
.new ⇒ GitNotInstalledError
# File 'lib/bundler/source/git/git_proxy.rb', line 7
def initialize msg = String.new msg << "You need to install git to be able to use gems from git repositories. " msg << "For help installing git, please refer to GitHub's tutorial at https://help.github.com/articles/set-up-git" super msg end