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,