SavedSearchesException.php in Search API Saved Searches 8
Namespace
Drupal\search_api_saved_searchesFile
src/SavedSearchesException.phpView source
<?php
namespace Drupal\search_api_saved_searches;
/**
* Represents an exception that occurred in the context of saved searches.
*/
class SavedSearchesException extends \Exception {
}
Classes
Name | Description |
---|---|
SavedSearchesException | Represents an exception that occurred in the context of saved searches. |