class ViewModel::AccessControl::Composed::NoRequiredConditionsError

def merge(other)

def merge(other)
  NoRequiredConditionsError.new(nodes | other.nodes,
                                Lazily.concat(reasons, other.reasons).uniq)
end