History log of /dokuwiki/inc/Search/Exception/IndexLockException.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 9369b4a9 08-Apr-2026 Andreas Gohr <andi@splitbrain.org>

SearchIndex: rector, phpcs, type hint fixes


# 1db16940 30-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

fix type hint for exception (implicit null issue)


# 7fcedc39 09-May-2023 Andreas Gohr <andi@splitbrain.org>

Indexes can now be opened in readonly mode


# 15f699ac 10-Sep-2020 Andreas Gohr <andi@splitbrain.org>

replace user errors with exceptions

Exceptions are better to handle than errors. What I don't like is that
we now have an unfortunate mix of return code and exception signalling
for errors. Some met

replace user errors with exceptions

Exceptions are better to handle than errors. What I don't like is that
we now have an unfortunate mix of return code and exception signalling
for errors. Some methods still return false for errors while others
now throw exceptions (always returning true otherwise).

show more ...