properly catch std::filesystem exceptions
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 8 Oct 2024 09:51:55 +0000 (11:51 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 8 Oct 2024 09:52:58 +0000 (11:52 +0200)
commitbac5a1d200f136a19cba8c88816ef86976d2311f
tree5e2707a27b5ccd820f8edd1819afd7e8257d8837
parentb0d456fb2da85c2b9c6a4e59400d63d7e3f47068
properly catch std::filesystem exceptions

will prevent std::terminate from being called with uncatched exceptions

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/common/filesystembase.cpp
src/libsync/propagatedownload.cpp