/*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2017 - 2020 Samsung Electronics Co., Ltd All Rights Reserved
*
* Contact: Rafal Krypa <r.krypa@samsung.com>
*
#include <mount-namespace.h>
#include <worker.h>
#include <dpl/serialization.h>
+#include <tzplatform-config.h>
#include <nsmount-logic.h>
LogError("Worker connection failed: " << e.DumpToString());
} catch (const FS::Exception::Base &e) {
LogError("Filesystem exception: " << e.DumpToString());
+ } catch (const TizenPlatformConfig::Exception::Base& e) {
+ LogError("TizenPlatformConfig exception: " << e.DumpToString());
}
return false;
}