Skip to content

Commit

Permalink
Merge branch 'rel-5.1' of https://github.com/abpframework/abp into re…
Browse files Browse the repository at this point in the history
…l-5.1
  • Loading branch information
voloagent committed Jan 26, 2022
2 parents d72dabe + bb6fc56 commit 7a53ca4
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 7a53ca4

Please sign in to comment.