| Index: runtime/observatory/lib/src/app/notification.dart
|
| diff --git a/runtime/observatory/lib/src/app/notification.dart b/runtime/observatory/lib/src/app/notification.dart
|
| index 140e0dce5e2cbb99e7d43b40a07d487ce564ec04..85db286aa5e447fcd800ec8521449ba65e1ed84c 100644
|
| --- a/runtime/observatory/lib/src/app/notification.dart
|
| +++ b/runtime/observatory/lib/src/app/notification.dart
|
| @@ -5,7 +5,7 @@
|
| part of app;
|
|
|
| class ExceptionNotification implements M.ExceptionNotification {
|
| - final Exception exception;
|
| + final exception;
|
| /// [optional]
|
| final StackTrace stacktrace;
|
| ExceptionNotification(this.exception, {this.stacktrace});
|
|
|