Chromium Code Reviews| Index: lib/core/exceptions.dart |
| =================================================================== |
| --- lib/core/exceptions.dart (revision 12500) |
| +++ lib/core/exceptions.dart (working copy) |
| @@ -6,10 +6,9 @@ |
| /** |
| * Interface implemented by all core library exceptions. |
| - * Defaults to an implementation that only carries a simple message. |
| */ |
| interface Exception default ExceptionImplementation { |
| - const Exception([var message]); |
| + const Exception([var msg]); |
| } |