You are here

ModuleUninstallValidatorException.php in Zircon Profile 8

File

core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Extension\ModuleUninstallValidatorException.
 */
namespace Drupal\Core\Extension;


/**
 * Defines an exception thrown when uninstalling a module that did not validate.
 */
class ModuleUninstallValidatorException extends \InvalidArgumentException {

}

Classes

Namesort descending Description
ModuleUninstallValidatorException Defines an exception thrown when uninstalling a module that did not validate.