Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / src / Import / ImportException.php
diff --git a/web/modules/contrib/search_api_synonym/src/Import/ImportException.php b/web/modules/contrib/search_api_synonym/src/Import/ImportException.php
new file mode 100644 (file)
index 0000000..98da192
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\search_api_synonym;
+
+use Drupal\Component\Plugin\Exception;
+
+/**
+ * ImportException extending Generic Plugin exception class.
+ */
+class ImportException extends \Exception {
+
+}