You are here

UpdateException.php in Zircon Profile 8

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

File

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

/**
 * @file
 * Contains \Drupal\Core\Utility\UpdateException.
 */
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.