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