SearchIndexException.php

Same filename in other branches
  1. 9 core/modules/search/src/Exception/SearchIndexException.php
  2. 10 core/modules/search/src/Exception/SearchIndexException.php
  3. 11.x core/modules/search/src/Exception/SearchIndexException.php

Namespace

Drupal\search\Exception

File

core/modules/search/src/Exception/SearchIndexException.php

View source
<?php

namespace Drupal\search\Exception;


/**
 * Exception thrown for search index errors.
 */
class SearchIndexException extends \RuntimeException {

}

Classes

Title Deprecated Summary
SearchIndexException Exception thrown for search index errors.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.