Skip to content

Commit c61ad85

Browse files
committed
fix last tests
1 parent 0ba204b commit c61ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_news_example/packages/news_blocks_ui/lib/src/widgets/banner_ad_content.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class _BannerAdContentState extends State<BannerAdContent>
207207
);
208208

209209
_onAdLoaded(await adCompleter.future);
210-
} on Exception catch (error, stackTrace) {
210+
} on Object catch (error, stackTrace) {
211211
_reportError(BannerAdFailedToLoadException(error), stackTrace);
212212

213213
if (retry < widget.adsRetryPolicy.maxRetryCount) {

0 commit comments

Comments
 (0)