Searched refs:IndexLockException (Results 1 – 12 of 12) sorted by relevance
5 use dokuwiki\Search\Exception\IndexLockException; alias27 * @throws IndexLockException42 throw new IndexLockException('Could not lock ' . $name);45 throw new IndexLockException('Could not lock ' . $name);
6 use dokuwiki\Search\Exception\IndexLockException; alias67 * @throws IndexLockException71 if (!$this->isWritable) throw new IndexLockException();137 * @throws IndexLockException147 if (!$this->isWritable) throw new IndexLockException();
5 use dokuwiki\Search\Exception\IndexLockException; alias39 * @throws IndexLockException53 * @throws IndexLockException
6 use dokuwiki\Search\Exception\IndexLockException; alias24 * @throws IndexLockException31 if (!$this->isWritable) throw new IndexLockException();
7 use dokuwiki\Search\Exception\IndexLockException; alias79 * @throws IndexLockException99 } catch (IndexLockException $e) {129 * @throws IndexLockException142 * @throws IndexLockException155 * @throws IndexLockException164 * @throws IndexLockException253 * @throws IndexLockException330 * @throws IndexLockException335 throw new IndexLockException('Indexes not locked. Forgot to call lock()?');[all …]
7 use dokuwiki\Search\Exception\IndexLockException; alias49 * @throws IndexLockException56 throw new IndexLockException('Indexes not locked. Forgot to call lock()?');76 * @throws IndexLockException
5 class IndexLockException extends SearchException class
5 use dokuwiki\Search\Exception\IndexLockException; alias65 $this->expectException(IndexLockException::class);
7 use dokuwiki\Search\Exception\IndexLockException; alias80 $this->expectException(IndexLockException::class);
7 use dokuwiki\Search\Exception\IndexLockException; alias108 $this->expectException(IndexLockException::class);
13 use dokuwiki\Search\Exception\IndexLockException; alias134 * @throws IndexLockException213 * @throws IndexLockException247 * @throws IndexLockException
306 * ''IndexLockException'' - Failed to acquire or release a lock