You are here

public function ContentHubImportException::setUuids in Acquia Content Hub 8.2

Sets the list of UUIDs that have problems.

Parameters

array $uuids: An array of UUIDs.

File

modules/acquia_contenthub_subscriber/src/Exception/ContentHubImportException.php, line 23

Class

ContentHubImportException
An exception that occurred in some part of the Acquia Content Hub.

Namespace

Drupal\acquia_contenthub_subscriber\Exception

Code

public function setUuids(array $uuids = []) {
  $this->uuids = $uuids;
}