How to my telegram bot can capture and log httpx related exceptions like ConnectError or NetworkError
Problem: My Telegram Bot exception stacktraces are displayed like a log, but seems not to be raised or maybe catched somewhere internally, so I cannot try-catch
them myself to get the idea why they happen and learn how to avoid that.