mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Change error type
This commit is contained in:
parent
83ee332b73
commit
3d81fb39a6
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ class ExceptionEvent {
|
||||||
this.stackTrace,
|
this.stackTrace,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
final dynamic error;
|
final Object error;
|
||||||
final StackTrace? stackTrace;
|
final StackTrace? stackTrace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue