Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless specialized exceptions from simgrid::mc.
[simgrid.git] / src / mc / api / RemoteApp.cpp
index 61fca1e..959d191 100644 (file)
@@ -178,7 +178,7 @@ void RemoteApp::check_deadlock() const
              "--cfg=model-check/replay:'%s'",
              explo->get_record_trace().to_string().c_str());
     explo->log_state();
-    throw DeadlockError();
+    throw McError(ExitStatus::DEADLOCK);
   }
 }