UpdateException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\UtilityFile
core/lib/Drupal/Core/Utility/UpdateException.phpView source
<?php
namespace Drupal\Core\Utility;
/**
* Exception class used to throw error if a module update fails.
*/
class UpdateException extends \Exception {
}
Classes
Name | Description |
---|---|
UpdateException | Exception class used to throw error if a module update fails. |