ModuleUninstallValidatorException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\ExtensionFile
core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.phpView source
<?php
namespace Drupal\Core\Extension;
/**
* Defines an exception thrown when uninstalling a module that did not validate.
*/
class ModuleUninstallValidatorException extends \InvalidArgumentException {
}
Classes
Name | Description |
---|---|
ModuleUninstallValidatorException | Defines an exception thrown when uninstalling a module that did not validate. |