Merge branch 'rel-5.1' of https://github.com/abpframework/abp into rel-5.1

pull/11469/head
Volosoft Agent 3 years ago
commit 7a53ca4b99

@ -166,7 +166,7 @@ public abstract class AbpComponentBase : OwningComponentBase
return localizer;
}
protected async Task HandleErrorAsync(Exception exception)
protected virtual async Task HandleErrorAsync(Exception exception)
{
Logger.LogException(exception);
await InvokeAsync(async () =>

Loading…
Cancel
Save