fix: ex is declared but never used

This commit is contained in:
Frozd
2025-11-28 10:03:35 +01:00
parent c7076476f6
commit dd10745c76

View File

@@ -63,7 +63,7 @@ namespace CarManagerV2
{
client.DownloadFile(url, path);
}
catch (Exception ex)
catch
{
// if error, use no_image_available.png
System.IO.File.Copy("images/no_image_available.png", path);