In Files

  • bundler/errors.rb

Methods

Class/Module Index [+]

Quicksearch

Bundler::VersionConflict

Internal error, should be rescued

Attributes

conflicts[R]

Public Class Methods

new(conflicts, msg = nil) click to toggle source
 
               # File bundler/errors.rb, line 27
def initialize(conflicts, msg = nil)
  super(msg)
  @conflicts = conflicts
end