class UpdateException

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

Hierarchy

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 15

Namespace

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

}

Members