From 99806378f819f9decf601a6d9bc891010714fd49 Mon Sep 17 00:00:00 2001 From: ZestyTS Date: Tue, 3 Oct 2023 19:41:10 -0700 Subject: [PATCH] Remove e --- UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs b/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs index 21c81c0..57a1a51 100644 --- a/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs +++ b/UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs @@ -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