gcontini
2021-05-20 befd75ebbf7fe3b0ce5b91a82bc232e84fc5d3fc
src/library/base/file_utils.cpp
@@ -45,7 +45,7 @@
      in.read(&contents[0], limited_size);
      in.close();
   } else {
      throw(std::strerror(errno));
      throw runtime_error(std::strerror(errno));
   }
   return contents;
}