upload tizen1.0 source
[framework/web/wrt-commons.git] / modules / utils / src / file_utils.cpp
index 097fd4a..b7f360b 100644 (file)
@@ -145,7 +145,7 @@ void MakePath(const std::string& path,
         mode_t mode)
 {
     if (mkpath(path.c_str(), mode) == -1) {
-        ThrowMsg(DPL::CommonException::InternalError, "Cannot make path");
+        ThrowMsg(CreateDirectoryException, "Cannot make path");
     }
 }