Skip to content

Commit e571224

Browse files
committed
make error abstract
1 parent a1997e1 commit e571224

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Ateleris.NET.FlowControl/Error.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44

55
namespace Ateleris.NET.FlowControl;
66

7-
public class Error
7+
public abstract class Error
88
{
9-
protected Error() { }
10-
119
public ImmutableList<Error>? ChildErrors { get; init; } = null;
1210

1311
private string Code => GetType().Name;

0 commit comments

Comments
 (0)