Searched hist:"15 f699ac4db38c7098b4ae4cd0782dff13d46637" (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/inc/Search/Exception/ |
| H A D | IndexAccessException.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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 D | SearchException.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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 D | IndexWriteException.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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 D | IndexLockException.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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 D | Tokenizer.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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 D | FulltextSearch.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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 D | Indexer.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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 D | TaskRunner.php | 15f699ac4db38c7098b4ae4cd0782dff13d46637 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).
|