UpdateException.php 156 B

12345678
  1. <?php
  2. namespace Drupal\Core\Utility;
  3. /**
  4. * Exception class used to throw error if a module update fails.
  5. */
  6. class UpdateException extends \Exception {}