Skip to content

Commit

Permalink
Merge pull request #11467 from abpframework/liangshiwei/blazor
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming authored Jan 26, 2022
2 parents 3305703 + 8dfdf35 commit bb6fc56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected virtual IStringLocalizer CreateLocalizer()
return localizer;
}

protected async Task HandleErrorAsync(Exception exception)
protected virtual async Task HandleErrorAsync(Exception exception)
{
Logger.LogException(exception);
await InvokeAsync(async () =>
Expand Down

0 comments on commit bb6fc56

Please sign in to comment.