Having try-except clauses for the errors that lead to an unrecoverable exit should be left out of try-except.
- Errors are this way more verbose
- Errors then show something is going wrong in the configuration.
Mainly regards this file:
https://github.com/20urc3/auditor.codes/blob/main/conf/converter_db.py