Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny doc improvement
[simgrid.git] / include / simgrid / Exception.hpp
index a0786a9..0e2ce75 100644 (file)
@@ -134,7 +134,7 @@ public:
   }
 };
 
-/** Exception raised when a communication fails because of the network */
+/** Exception raised when a communication fails because of the network or because of the remote host */
 class NetworkFailureException : public xbt_ex {
 public:
   NetworkFailureException(simgrid::xbt::ThrowPoint throwpoint, std::string message)