Version 1
[yaffs-website] / web / modules / contrib / ctools / src / ContextNotFoundException.php
diff --git a/web/modules/contrib/ctools/src/ContextNotFoundException.php b/web/modules/contrib/ctools/src/ContextNotFoundException.php
new file mode 100644 (file)
index 0000000..b9cf15c
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+
+namespace Drupal\ctools;
+
+
+class ContextNotFoundException extends \Exception {}