This commit is contained in:
ZestyTS 2023-10-03 19:41:10 -07:00
parent 604bbb1a18
commit 99806378f8

View file

@ -103,7 +103,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
throw new Exception();
}
}
catch (Exception e)
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {url.ToUpper()} is not implemented yet");
try