Methods

Class/Module Index [+]

Quicksearch

Bundler::Source::Git::GitCommandError

Public Class Methods

new(command, path = nil) click to toggle source
# File lib/bundler/source/git/git_proxy.rb, line 23
def initialize(command, path = nil)
  msg =  "Git error: command `git #{command}` in directory #{Dir.pwd} has failed."
  msg << "\nIf this error persists you could try removing the cache directory '#{path}'" if path && path.exist?
  super msg
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.