You are here

UpdateException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Utility/UpdateException.php

File

core/lib/Drupal/Core/Utility/UpdateException.php
View source
<?php

namespace Drupal\Core\Utility;


/**
 * Exception class used to throw error if a module update fails.
 */
class UpdateException extends \Exception {

}

Classes

Namesort descending Description
UpdateException Exception class used to throw error if a module update fails.