| Index: sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/pubspec.dart b/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| index 1989e17ff184ad63aaba95c9124f0eb5a2528285..3291b34dbfe5bf1c7f3391e614c004186a02fbc4 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/pubspec.dart
|
| @@ -9,6 +9,7 @@ import 'package:source_maps/source_maps.dart';
|
| import 'package:yaml/yaml.dart';
|
|
|
| import 'barback/transformer_config.dart';
|
| +import 'exceptions.dart';
|
| import 'io.dart';
|
| import 'package.dart';
|
| import 'source_registry.dart';
|
| @@ -474,9 +475,6 @@ class PubspecEnvironment {
|
| /// These exceptions are often thrown lazily while accessing pubspec properties.
|
| class PubspecException extends SpanFormatException
|
| implements ApplicationException {
|
| - final innerError = null;
|
| - final innerTrace = null;
|
| -
|
| PubspecException(String message, Span span)
|
| : super(message, span);
|
| }
|
|
|