From: j-h.choi Date: Thu, 26 Jan 2023 07:32:39 +0000 (+0900) Subject: Changed the json exception X-Git-Tag: submit/tizen_6.5/20230126.232819^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27ec20de85309f5a44cae3e2de09dc46fad42fcb;p=platform%2Fcore%2Fdotnet%2Flauncher.git Changed the json exception Change-Id: I87c0c32673b94e62682d13b69b62a29f847f1bfe --- diff --git a/NativeLauncher/tool/tac_common.cc b/NativeLauncher/tool/tac_common.cc index cea457c..831352a 100644 --- a/NativeLauncher/tool/tac_common.cc +++ b/NativeLauncher/tool/tac_common.cc @@ -420,7 +420,7 @@ std::vector depsJsonParser(const std::string& rootPath, const std:: ifs.close(); } } - } catch (const Json::LogicError& error) { + } catch (const Json::Exception& error) { _ERR("Failed to parse Json: %s", error.what()); } return parserData;