Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless specialized exceptions from simgrid::mc.
[simgrid.git] / src / mc / explo / LivenessChecker.cpp
index 3638fd6..071c1e4 100644 (file)
@@ -384,7 +384,7 @@ void LivenessChecker::run()
       reached_pair = this->insert_acceptance_pair(current_pair.get());
       if (reached_pair == nullptr) {
         this->show_acceptance_cycle(current_pair->depth);
-        throw LivenessError();
+        throw McError(ExitStatus::LIVENESS);
       }
     }