Searched refs:IndexIntegrityException (Results 1 – 9 of 9) sorted by relevance
7 use dokuwiki\Search\Exception\IndexIntegrityException; alias80 $this->expectException(IndexIntegrityException::class);96 $this->expectException(IndexIntegrityException::class);112 $this->expectException(IndexIntegrityException::class);128 $this->expectException(IndexIntegrityException::class);
8 class IndexIntegrityException extends SearchException class
6 use dokuwiki\Search\Exception\IndexIntegrityException; alias33 throw new IndexIntegrityException(
6 use dokuwiki\Search\Exception\IndexIntegrityException; alias270 * @throws IndexIntegrityException when a structural inconsistency is found285 throw new IndexIntegrityException(294 throw new IndexIntegrityException(307 throw new IndexIntegrityException(
6 use dokuwiki\Search\Exception\IndexIntegrityException; alias302 $this->expectException(IndexIntegrityException::class);320 $this->expectException(IndexIntegrityException::class);338 $this->expectException(IndexIntegrityException::class);
5 use dokuwiki\Search\Exception\IndexIntegrityException; alias230 $this->expectException(IndexIntegrityException::class);249 $this->expectException(IndexIntegrityException::class);
6 use dokuwiki\Search\Exception\IndexIntegrityException; alias175 $this->expectException(IndexIntegrityException::class);
11 use dokuwiki\Search\Exception\IndexIntegrityException; alias341 * @throws IndexIntegrityException when a structural inconsistency is found
15 use dokuwiki\Search\Exception\IndexIntegrityException; alias383 } catch (IndexIntegrityException) {