xref: /dokuwiki/inc/Search/Exception/IndexIntegrityException.php (revision e7ebba474029bebf1e29d921e34f1550f1e08753)
1<?php
2
3namespace dokuwiki\Search\Exception;
4
5/**
6 * Exception thrown when an index integrity check fails
7 */
8class IndexIntegrityException extends SearchException
9{
10}
11