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