Add create_directories() exception handling 67/290467/5
authorChanggyu Choi <changyu.choi@samsung.com>
Mon, 27 Mar 2023 05:43:29 +0000 (14:43 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Mon, 27 Mar 2023 06:10:53 +0000 (15:10 +0900)
commit009d9aee0c67f7ce22f0f453579307677f018b15
treed1da94cc65b044cf6544b95680bb8ec93de044eb
parentcf20e6da0c3050064617eb80f23ed001a101d032
Add create_directories() exception handling

std::filesystem::create_directories() can throw an exception.
This patch adds the exception handling for the above case.

Change-Id: I37228b7b38ae1c9894ae2b1586429c39e8379e63
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/launchpad-process-pool/file_monitor.cc