Index: tool/input_sdk/lib/core/errors.dart |
diff --git a/tool/input_sdk/lib/core/errors.dart b/tool/input_sdk/lib/core/errors.dart |
index 4f9da83bed3fb82adad1df3bbd206b89d5c4f378..a47838bb0e700a436e9c062a0d1f2f1ee9046426 100644 |
--- a/tool/input_sdk/lib/core/errors.dart |
+++ b/tool/input_sdk/lib/core/errors.dart |
@@ -96,6 +96,8 @@ class Error { |
* Error thrown by the runtime system when an assert statement fails. |
*/ |
class AssertionError extends Error { |
+ AssertionError(); |
+ String toString() => "Assertion failed"; |
} |
/** |