Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / Utility / UpdateException.php
1 <?php
2
3 namespace Drupal\Core\Utility;
4
5 /**
6  * Exception class used to throw error if a module update fails.
7  */
8 class UpdateException extends \Exception { }