From 96dda69f064a064487a0fd9a01639e7c17d7bc11 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 20 Feb 2019 00:17:13 +0100 Subject: [PATCH] tiny doc improvement --- include/simgrid/Exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/Exception.hpp b/include/simgrid/Exception.hpp index a0786a9df8..0e2ce75440 100644 --- a/include/simgrid/Exception.hpp +++ b/include/simgrid/Exception.hpp @@ -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) -- 2.20.1