class ChefCLI::Policyfile::AttributeMergeChecker::ConflictError

A ConflictError is used to specify a conflict has occurred

def initialize(attribute_path, provided_by)

def initialize(attribute_path, provided_by)
  @attribute_path = attribute_path
  @provided_by = provided_by
  super("Attribute '#{attribute_path}' provided conflicting values by the following sources #{provided_by}")
end