| Index: runtime/observatory/lib/src/models/objects/notification.dart
|
| diff --git a/runtime/observatory/lib/src/models/objects/notification.dart b/runtime/observatory/lib/src/models/objects/notification.dart
|
| index 3a2ae9a40d72d19829136a970c10cf25d6494b2f..d0d922466c465561375471c1478c55c4391b5906 100644
|
| --- a/runtime/observatory/lib/src/models/objects/notification.dart
|
| +++ b/runtime/observatory/lib/src/models/objects/notification.dart
|
| @@ -7,7 +7,7 @@ part of models;
|
| abstract class Notification {}
|
|
|
| abstract class ExceptionNotification implements Notification{
|
| - Exception get exception;
|
| + get exception;
|
| /// [optional]
|
| StackTrace get stacktrace;
|
| }
|
|
|