UpdateException.php

Namespace

Drupal\Core\Utility

File

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

/*
 * @file
 * Definition of 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.