xref: /dokuwiki/inc/Search/Exception/IndexIntegrityException.php (revision 9af82229f03804fb3198cbdf48d60d34d8afb191)
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