# File lib/bundler.rb, line 67
    def initialize(conflicts, msg = nil)
      super(msg)
      @conflicts = conflicts
    end