Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UpdaterFileTransferException.php

class UpdaterFileTransferException

Defines a child class of Drupal\Core\Updater\UpdaterException.

Indicates a Drupal\Core\FileTransfer\FileTransfer exception.

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

Hierarchy

  • class \Drupal\Core\Updater\UpdaterException extends \Drupal\Core\Updater\Exception
    • class \Drupal\Core\Updater\UpdaterFileTransferException extends \Drupal\Core\Updater\UpdaterException

Expanded class hierarchy of UpdaterFileTransferException

File

core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php, line 15

Namespace

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

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal