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