Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Executable / ExecutableException.php
diff --git a/web/core/lib/Drupal/Core/Executable/ExecutableException.php b/web/core/lib/Drupal/Core/Executable/ExecutableException.php
new file mode 100644 (file)
index 0000000..ab1a282
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drupal\Core\Executable;
+
+use Drupal\Component\Plugin\Exception\ExceptionInterface;
+
+/**
+ * Generic executable plugin exception class.
+ */
+class ExecutableException extends \Exception implements ExceptionInterface {}