You are here

public function FailedImportEvent::getException in Acquia Content Hub 8.2

The exception to throw when all event subscribers are finished.

Return value

\Exception The exception to be thrown when all IMPORT_FAILURE subscribers have run.

File

src/Event/FailedImportEvent.php, line 125

Class

FailedImportEvent
An event for responding to failed imports.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getException() : \Exception {
  return $this->exception;
}