Home
last modified time | relevance | path

Searched refs:SearchException (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/inc/Search/Exception/
H A DIndexAccessException.php5 class IndexAccessException extends SearchException
H A DIndexUsageException.php5 class IndexUsageException extends SearchException
H A DSearchException.php5 class SearchException extends \Exception class
H A DIndexWriteException.php5 class IndexWriteException extends SearchException
H A DIndexIntegrityException.php8 class IndexIntegrityException extends SearchException
H A DIndexLockException.php5 class IndexLockException extends SearchException
/dokuwiki/inc/
H A DTaskRunner.php5 use dokuwiki\Search\Exception\SearchException; alias
219 } catch (SearchException $e) {
H A Ddeprecated.php226 } catch (\dokuwiki\Search\Exception\SearchException $e) {
/dokuwiki/inc/Search/
H A DIndexer.php15 use dokuwiki\Search\Exception\SearchException; alias
409 } catch (SearchException) {
478 } catch (SearchException) {
496 } catch (SearchException) {
H A Dconcept.txt301 All search-related exceptions extend ''SearchException'':
303 * ''SearchException'' - Base class for search/index errors