ModuleUninstallValidatorException.php 207 B

12345678
  1. <?php
  2. namespace Drupal\Core\Extension;
  3. /**
  4. * Defines an exception thrown when uninstalling a module that did not validate.
  5. */
  6. class ModuleUninstallValidatorException extends \InvalidArgumentException {}