You are here

SearchApiAutocompleteException.php in Search API Autocomplete 8

File

src/SearchApiAutocompleteException.php
View source
<?php

namespace Drupal\search_api_autocomplete;


/**
 * Represents an exception that occurred in the Search API Autocomplete module.
 */
class SearchApiAutocompleteException extends \Exception {

}

Classes

Namesort descending Description
SearchApiAutocompleteException Represents an exception that occurred in the Search API Autocomplete module.