Exception: Bundler::Source::SVN::SVNNotInstalledError
- Inherits:
-
Bundler::SVNError
- Object
- StandardError
- BundlerError
- Bundler::SVNError
- Bundler::Source::SVN::SVNNotInstalledError
- Defined in:
- lib/bundler/source/svn/svn_proxy.rb
Instance Method Summary collapse
-
#initialize ⇒ SVNNotInstalledError
constructor
A new instance of SVNNotInstalledError.
Methods inherited from BundlerError
Constructor Details
#initialize ⇒ SVNNotInstalledError
Returns a new instance of SVNNotInstalledError.
6 7 8 9 10 |
# File 'lib/bundler/source/svn/svn_proxy.rb', line 6 def initialize msg = "You need to install svn to be able to use gems from svn repositories. " msg << "For help installing svn, please refer to SVNook's tutorial at http://svnbook.red-bean.com/en/1.7/svn.intro.install.html" super msg end |