diff --git a/lib/src/client.dart b/lib/src/client.dart index 56d38fbb..93a8af9e 100644 --- a/lib/src/client.dart +++ b/lib/src/client.dart @@ -2060,7 +2060,7 @@ sort order of ${prevState.sortOrder}. This should never happen...'''); } class SdkError { - Exception exception; + dynamic exception; StackTrace stackTrace; SdkError({this.exception, this.stackTrace});