class UpdateException

Exception class used to throw error if a module update fails.

Hierarchy

  • class \Drupal\Core\Utility\UpdateException extends \Drupal\Core\Utility\Exception

Expanded class hierarchy of UpdateException

1 file declares its use of UpdateException
system.api.php in drupal/core/modules/system/system.api.php
Hooks provided by Drupal core and the System module.

File

drupal/core/lib/Drupal/Core/Utility/UpdateException.php, line 13

Namespace

Drupal\Core\Utility
View source
class UpdateException extends \Exception {

}

Members