UpdaterException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Updater/UpdaterException.php
  2. 10 core/lib/Drupal/Core/Updater/UpdaterException.php
  3. 11.x core/lib/Drupal/Core/Updater/UpdaterException.php

Namespace

Drupal\Core\Updater

File

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

View source
<?php

namespace Drupal\Core\Updater;


/**
 * Defines a Exception class for the 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 a Exception class for the Drupal\Core\Updater\Updater class hierarchy.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.