SearchApiException.php in Search API 8
Namespace
Drupal\search_apiFile
src/SearchApiException.phpView source
<?php
namespace Drupal\search_api;
/**
* Represents an exception that occurred in some part of the Search API.
*/
class SearchApiException extends \Exception {
}
Classes
Name | Description |
---|---|
SearchApiException | Represents an exception that occurred in some part of the Search API. |