Make method HandleErrorAsync virtual

pull/11467/head
liangshiwei 3 years ago
parent 33057037b0
commit 8dfdf35a62

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