From c9a2514f746a4a359b16fcb64b48be1549f31f72 Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 11 Jun 2024 11:29:54 +0200 Subject: [PATCH] removed unused ex --- src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs index 06c6dde..f3cbf8c 100644 --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs @@ -19,7 +19,7 @@ public GitClient(string workingDirectory) throw new Exception("Git executable not found!"); } } - catch(Exception ex) + catch { throw new Exception("Git executable not found!"); }