fix: ex is declared but never used
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user