ModuleUninstallValidatorException.php
Namespace
Drupal\Core\ExtensionFile
-
core/
lib/ Drupal/ Core/ Extension/ ModuleUninstallValidatorException.php
View source
<?php
namespace Drupal\Core\Extension;
/**
* Defines an exception thrown when uninstalling a module that did not validate.
*/
class ModuleUninstallValidatorException extends \InvalidArgumentException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ModuleUninstallValidatorException | Defines an exception thrown when uninstalling a module that did not validate. |