mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Remove e
This commit is contained in:
parent
604bbb1a18
commit
99806378f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue