From 6deede934fb85c735b14c28b737319581bda6f16 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sun, 15 Jan 2023 16:40:34 +0100 Subject: [PATCH] fix(graphql): remove unecessary deprecation code Signed-off-by: Vincenzo Palazzo --- packages/graphql/lib/src/exceptions/network.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/graphql/lib/src/exceptions/network.dart b/packages/graphql/lib/src/exceptions/network.dart index faeb28d48..840824419 100644 --- a/packages/graphql/lib/src/exceptions/network.dart +++ b/packages/graphql/lib/src/exceptions/network.dart @@ -6,7 +6,6 @@ import 'package:gql_link/gql_link.dart' show LinkException; /// This constructor is deprecated, use /// [NetworkException.fromException] instead. class NetworkException extends LinkException { - @deprecated NetworkException({ required Object originalException, StackTrace originalStackTrace = StackTrace.empty,