Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Extension / ModuleUninstallValidatorException.php
diff --git a/web/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php b/web/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php
new file mode 100644 (file)
index 0000000..ca0099f
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Extension;
+
+/**
+ * Defines an exception thrown when uninstalling a module that did not validate.
+ */
+class ModuleUninstallValidatorException extends \InvalidArgumentException { }