Index: sdk/lib/_internal/pub/lib/src/exceptions.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/exceptions.dart b/sdk/lib/_internal/pub/lib/src/exceptions.dart |
index fc83c0c3c538b75c0ab472fc7c93bee298605535..3f287f0c4c83d08f64e1b5010a28a80ab452259b 100644 |
--- a/sdk/lib/_internal/pub/lib/src/exceptions.dart |
+++ b/sdk/lib/_internal/pub/lib/src/exceptions.dart |
@@ -92,7 +92,7 @@ class PackageNotFoundException extends WrappedException { |
/// All the names of user-facing exceptions. |
final _userFacingExceptions = new Set<String>.from([ |
- 'ApplicationException', |
+ 'ApplicationException', 'GitException', |
// This refers to http.ClientException. |
'ClientException', |
// Errors coming from the Dart analyzer are probably caused by syntax errors |