Skip to content

Commit

Permalink
fix:format
Browse files Browse the repository at this point in the history
  • Loading branch information
duiapro committed Apr 25, 2024
1 parent 32056fa commit d72ccff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public UserFriendlyException(
{
}

public UserFriendlyException(string errorCode,
public UserFriendlyException(
string errorCode,
string message,
LogLevel? logLevel,
params object[] parameters)
Expand Down

0 comments on commit d72ccff

Please sign in to comment.