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