UpdateException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Utility/UpdateException.php
  2. 8.9.x core/lib/Drupal/Core/Utility/UpdateException.php
  3. 10 core/lib/Drupal/Core/Utility/UpdateException.php

Namespace

Drupal\Core\Utility

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

Title Deprecated Summary
UpdateException Exception class used to throw error if a module update fails.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.