class SavedSearchesException in Search API Saved Searches 8
Represents an exception that occurred in the context of saved searches.
Hierarchy
- class \Drupal\search_api_saved_searches\SavedSearchesException extends \Drupal\search_api_saved_searches\Exception
Expanded class hierarchy of SavedSearchesException
5 files declare their use of SavedSearchesException
- NewResultsCheck.php in src/
Service/ NewResultsCheck.php - NotificationPluginManager.php in src/
Notification/ NotificationPluginManager.php - SavedSearch.php in src/
Entity/ SavedSearch.php - SavedSearchType.php in src/
Entity/ SavedSearchType.php - search_api_saved_searches.module in ./
search_api_saved_searches.module - Allows visitors to bookmark searches and get notifications for new results.
File
- src/
SavedSearchesException.php, line 8
Namespace
Drupal\search_api_saved_searchesView source
class SavedSearchesException extends \Exception {
}