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

Breadcrumb

  1. Drupal Core 11.1.x

UpdaterException.php

Namespace

Drupal\Core\Updater

File

core/lib/Drupal/Core/Updater/UpdaterException.php

View source
<?php

namespace Drupal\Core\Updater;


/**
 * Defines an Exception class for Drupal\Core\Updater\Updater class hierarchy.
 *
 * This is identical to the base Exception class, we just give it a more
 * specific name so that call sites that want to tell the difference can
 * specifically catch these exceptions and treat them differently.
 */
class UpdaterException extends \Exception {

}

Classes

Title Deprecated Summary
UpdaterException Defines an Exception class for Drupal\Core\Updater\Updater class hierarchy.

API Navigation

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