<?php

namespace Drupal\search\Exception;

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