class UpdateException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Utility/UpdateException.php \Drupal\Core\Utility\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
2 files declare their use of UpdateException
- module.api.php in core/lib/ Drupal/ Core/ Extension/ module.api.php 
- Hooks related to module and update systems.
- update_test_failing.install in core/modules/ system/ tests/ modules/ update_test_failing/ update_test_failing.install 
- Contains a failing update hook for testing the update system.
File
- core/lib/ Drupal/ Core/ Utility/ UpdateException.php, line 13 
- Contains \Drupal\Core\Utility\UpdateException.
Namespace
Drupal\Core\UtilityView source
class UpdateException extends \Exception {
}