Skip to content

Commit 4cbc751

Browse files
authored
Fixed: Allow Listening to Subscription Errors (#8384)
1 parent 807db21 commit 4cbc751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/Core/src/Execution/Instrumentation/ExecutionDiagnosticEventListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public virtual void SubscriptionEventError(
136136
}
137137

138138
/// <inheritdoc />
139-
public void SubscriptionEventError(
139+
public virtual void SubscriptionEventError(
140140
ISubscription subscription,
141141
Exception exception)
142142
{

0 commit comments

Comments
 (0)