Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| ModuleUninstallValidatorException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?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 { } |