Skip to content

Commit 486048c

Browse files
committed
Revert Allow Warn paasing Exception
1 parent 9d9b532 commit 486048c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public interface IPublicAPI
161161
/// <summary>
162162
/// Log warning message
163163
/// </summary>
164-
void LogWarn(string className, string message, Exception e = null, [CallerMemberName] string methodName = "");
164+
void LogWarn(string className, string message, [CallerMemberName] string methodName = "");
165165

166166
/// <summary>
167167
/// Log an Exception. Will throw if in debug mode so developer will be aware,

0 commit comments

Comments
 (0)