Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php
  2. 9 core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php

Namespace

Drupal\Core\Extension

File

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

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