class Bundler::VersionConflict

def initialize(conflicts, msg = nil)

def initialize(conflicts, msg = nil)
  super(msg)
  @conflicts = conflicts
end