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