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
1 <?php
2
3 namespace Drupal\search_api_synonym;
4
5 use Drupal\Component\Plugin\Exception;
6
7 /**
8  * ImportException extending Generic Plugin exception class.
9  */
10 class ImportException extends \Exception {
11
12 }