Skip to content
Snippets Groups Projects

F file read error

Merged Henrik tom Wörden requested to merge f-file-read-error into dev
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -90,7 +90,7 @@ inline auto load_string_file(const path &path) -> std::string {
@@ -90,7 +90,7 @@ inline auto load_string_file(const path &path) -> std::string {
std::string result;
std::string result;
// TODO(htw)
// TODO(htw)
// try {
// try {
boost::filesystem::load_string_file(path, result);
boost::filesystem::load_string_file(path, result);
// } catch (const std::exception &exc) {
// } catch (const std::exception &exc) {
// throw caosdb::exceptions::Exception(StatusCode::FILE_CANNOT_BE_READ ,
// throw caosdb::exceptions::Exception(StatusCode::FILE_CANNOT_BE_READ ,
// "Cannot read the following file: "+ path.string());
// "Cannot read the following file: "+ path.string());
Loading