<?php

namespace dokuwiki\Search\Exception;

/**
 * Exception thrown when an index integrity check fails
 */
class IndexIntegrityException extends SearchException
{
}
