Merge pull request #11468 from abpframework/auto-merge/rel-5-1/846

Merge branch dev with rel-5.1
pull/11484/head
maliming 4 years ago committed by GitHub
commit fd1c2970a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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