TF-1115 Implement catch exception for HtmlDataSource

This commit is contained in:
dab246
2022-10-28 12:08:08 +07:00
committed by Dat H. Pham
parent d4187eec74
commit 48c1247dfe
5 changed files with 17 additions and 15 deletions
@@ -82,9 +82,9 @@ class ComposerBindings extends BaseBindings {
Get.find<EmailAPI>(),
Get.find<RemoteExceptionThrower>()));
Get.lazyPut(() => HtmlDataSourceImpl(
Get.find<HtmlAnalyzer>(),
Get.find<DioClient>()
));
Get.find<HtmlAnalyzer>(),
Get.find<DioClient>(),
Get.find<RemoteExceptionThrower>()));
Get.lazyPut(() => StateDataSourceImpl(Get.find<StateCacheClient>()));
}