From: Martin Quinson Date: Tue, 19 Feb 2019 23:17:13 +0000 (+0100) Subject: tiny doc improvement X-Git-Tag: v3_22~302 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/96dda69f064a064487a0fd9a01639e7c17d7bc11?ds=sidebyside tiny doc improvement --- 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)