gcontini
2020-12-05 907a46213e5ca3e741744f67ad71966b70b89e38
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;
}