Skip to content

Commit

Permalink
fix(graphql): remove unecessary deprecation code
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Jan 15, 2023
1 parent c31b82a commit 6deede9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/graphql/lib/src/exceptions/network.dart
Expand Up @@ -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,
Expand Down

0 comments on commit 6deede9

Please sign in to comment.