doc: Update note concerning error-handling to refer to refactored function

This commit is contained in:
Kiril Kovachev 2025-05-09 00:06:09 +01:00
parent d2c2f09ec3
commit 26f933cced

View File

@ -1,4 +1,4 @@
# To-do
- Report that "ReadableConfig" error, which was super unhelpful and very annoying when you don't know why it's bugging.
- Find a better notation for the error-handling in setup() although the custom error message is desirable, it's very bad
- Find a better notation for the error-handling in read_config_template() although the custom error message is desirable, it's very bad
to have to implement it using such a ridiculously long line...