Index: sdk/lib/core/exceptions.dart |
diff --git a/sdk/lib/core/exceptions.dart b/sdk/lib/core/exceptions.dart |
index 1a7c4361d907269313ff97ae5924a673f9c7a79a..7a6d3324189c68eb62c3d8fc465bb186a5e107a6 100644 |
--- a/sdk/lib/core/exceptions.dart |
+++ b/sdk/lib/core/exceptions.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+part of dart.core; |
+ |
// Exceptions are thrown either by the VM or from Dart code. |
/** |