Merge pull request #11467 from abpframework/liangshiwei/blazor

pull/11468/head
maliming 4 years ago committed by GitHub
commit bb6fc565bf
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