diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs
index d9cdf5581..214d6c116 100644
--- a/Flow.Launcher.Plugin/IPublicAPI.cs
+++ b/Flow.Launcher.Plugin/IPublicAPI.cs
@@ -161,7 +161,7 @@ namespace Flow.Launcher.Plugin
///
/// Log warning message
///
- void LogWarn(string className, string message, [CallerMemberName] string methodName = "");
+ void LogWarn(string className, string message, Exception e = null, [CallerMemberName] string methodName = "");
///
/// Log an Exception. Will throw if in debug mode so developer will be aware,