From: j-h.choi Date: Thu, 26 Jan 2023 07:32:39 +0000 (+0900) Subject: Changed the json exception X-Git-Tag: accepted/tizen/7.0/unified/20230213.171720~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe505d03b81ced34911fe54a65ac97f5417fe7c1;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 2824a37..874b4b8 100644 --- a/NativeLauncher/tool/tac_common.cc +++ b/NativeLauncher/tool/tac_common.cc @@ -425,7 +425,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;