Skip to content

Commit c018c8b

Browse files
author
Stedra Kristóf
committed
Make create display error function virtual
1 parent 4273e69 commit c018c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutSoft.AspNetCore.Blazor/ErrorHandling/DisplayErrorFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace AutSoft.AspNetCore.Blazor.ErrorHandling;
66
public class DisplayErrorFactory : IDisplayErrorFactory
77
{
88
/// <inheritdoc />
9-
public DisplayError CreateDisplayError(Exception exception)
9+
public virtual DisplayError CreateDisplayError(Exception exception)
1010
{
1111
return new DisplayError(
1212
title: "Error",

0 commit comments

Comments
 (0)