class SearchIndexException in Drupal 9
Same name and namespace in other branches
- 8 core/modules/search/src/Exception/SearchIndexException.php \Drupal\search\Exception\SearchIndexException
Exception thrown for search index errors.
Hierarchy
- class \Drupal\search\Exception\SearchIndexException extends \Drupal\search\Exception\RuntimeException
Expanded class hierarchy of SearchIndexException
1 file declares its use of SearchIndexException
- SearchIndex.php in core/
modules/ search/ src/ SearchIndex.php
File
- core/
modules/ search/ src/ Exception/ SearchIndexException.php, line 8
Namespace
Drupal\search\ExceptionView source
class SearchIndexException extends \RuntimeException {
}