| Index: runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| diff --git a/runtime/bin/vmservice/observatory/lib/src/service/object.dart b/runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| index 9a1e80cecb30dbc84e76a42b38b51ca2198dd8f0..a2037d336bb6e078fe500a9522861abdf0e77635 100644
|
| --- a/runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| +++ b/runtime/bin/vmservice/observatory/lib/src/service/object.dart
|
| @@ -1295,6 +1295,8 @@ class ServiceException extends ServiceObject {
|
| name = 'ServiceException $kind';
|
| vmName = name;
|
| }
|
| +
|
| + String toString() => 'ServiceException($message)';
|
| }
|
|
|
| /// A [ServiceEvent] is an asynchronous event notification from the vm.
|
|
|