X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0164fce5ac7eb8737258e5bde6d34c956283282..f0b6b515efe437925562a02a60738d10cdeff63a:/src/mc/mc_exit.hpp diff --git a/src/mc/mc_exit.hpp b/src/mc/mc_exit.hpp index c725e83913..8245a27ada 100644 --- a/src/mc/mc_exit.hpp +++ b/src/mc/mc_exit.hpp @@ -19,11 +19,11 @@ constexpr int SIMGRID_MC_EXIT_ERROR = 63; namespace simgrid { namespace mc { -class XBT_PUBLIC DeadlockError { +class XBT_PUBLIC DeadlockError : public std::exception { }; -class XBT_PUBLIC TerminationError { +class XBT_PUBLIC TerminationError : public std::exception { }; -class XBT_PUBLIC LivenessError { +class XBT_PUBLIC LivenessError : public std::exception { }; } }