SearchApiAutocompleteException.php in Search API Autocomplete 8
Namespace
Drupal\search_api_autocompleteFile
src/SearchApiAutocompleteException.phpView source
<?php
namespace Drupal\search_api_autocomplete;
/**
* Represents an exception that occurred in the Search API Autocomplete module.
*/
class SearchApiAutocompleteException extends \Exception {
}
Classes
Name | Description |
---|---|
SearchApiAutocompleteException | Represents an exception that occurred in the Search API Autocomplete module. |