Chromium Code Reviews| Index: lib/src/formatter_exception.dart |
| diff --git a/lib/src/formatter_exception.dart b/lib/src/formatter_exception.dart |
| index a70670fbb338d0bf837ea97e6ffb52d08c3320b7..7ccc353f61b05d237416388cf724a0f945819b3a 100644 |
| --- a/lib/src/formatter_exception.dart |
| +++ b/lib/src/formatter_exception.dart |
| @@ -32,4 +32,6 @@ class FormatterException implements Exception { |
| return buffer.toString(); |
| } |
| + |
| + String toString() => message(); |
| } |