We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba204b commit c61ad85Copy full SHA for c61ad85
flutter_news_example/packages/news_blocks_ui/lib/src/widgets/banner_ad_content.dart
@@ -207,7 +207,7 @@ class _BannerAdContentState extends State<BannerAdContent>
207
);
208
209
_onAdLoaded(await adCompleter.future);
210
- } on Exception catch (error, stackTrace) {
+ } on Object catch (error, stackTrace) {
211
_reportError(BannerAdFailedToLoadException(error), stackTrace);
212
213
if (retry < widget.adsRetryPolicy.maxRetryCount) {
0 commit comments