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