mirror of
https://github.com/usestrix/strix.git
synced 2026-08-19 01:55:46 +02:00
The str() of httpx.RequestError was often empty, making error messages unhelpful. Now includes the exception type (e.g., ConnectError) for better debugging.