You are here

SearchIndexException.php in Drupal 8

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

Namesort descending Description
SearchIndexException Exception thrown for search index errors.