class UpdaterFileTransferException

Defines a child class of Drupal\Core\Updater\UpdaterException that indicates a Drupal\Core\FileTransfer\FileTransferInterface exception.

We have to catch Drupal\Core\FileTransfer\FileTransferInterface exceptions and wrap those in t(), since Drupal\Core\FileTransfer\FileTransferInterface is so low-level that it doesn't use any Drupal APIs and none of the strings are translated.

Hierarchy

Expanded class hierarchy of UpdaterFileTransferException

File

drupal/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php, line 19
Definition of Drupal\Core\Updater\UpdaterFileTransferException.

Namespace

Drupal\Core\Updater
View source
class UpdaterFileTransferException extends UpdaterException {

}

Members