Skip to content

Commit

Permalink
private HandleError() method
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-with-ia committed Dec 25, 2024
1 parent b8aa7f7 commit 24154a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private bool OpenInExplorer(string path)
return true;
}

public void HandleError(string msg, Exception exception = null, bool showMsg = false)
private void HandleError(string msg, Exception exception = null, bool showMsg = false)
{
if (exception != null)
{
Expand Down

0 comments on commit 24154a1

Please sign in to comment.