Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Extension / MissingDependencyException.php
diff --git a/web/core/lib/Drupal/Core/Extension/MissingDependencyException.php b/web/core/lib/Drupal/Core/Extension/MissingDependencyException.php
new file mode 100644 (file)
index 0000000..26181ea
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drupal\Core\Extension;
+
+/**
+ * Exception class to throw when modules are missing on install.
+ *
+ * @see \Drupal\Core\Extension\ModuleInstaller::install()
+ */
+class MissingDependencyException extends \Exception {}