Home
last modified time | relevance | path

Searched hist:"15 f699ac4db38c7098b4ae4cd0782dff13d46637" (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Search/Exception/
H A DIndexAccessException.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).

H A DSearchException.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).

H A DIndexWriteException.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).

H A DIndexLockException.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).

/dokuwiki/inc/Search/
H A DTokenizer.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).

H A DFulltextSearch.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).

H A DIndexer.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).

/dokuwiki/inc/
H A DTaskRunner.php15f699ac4db38c7098b4ae4cd0782dff13d46637 Thu Sep 10 15:33:48 UTC 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 methods still return false for errors while others
now throw exceptions (always returning true otherwise).