Bundler::BundlerError
Internal error, should be rescued
# File lib/bundler/errors.rb, line 26 def initialize(conflicts, msg = nil) super(msg) @conflicts = conflicts end