Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless specialized exceptions from simgrid::mc.
[simgrid.git] / src / mc / explo / DFSExplorer.cpp
index a19d17a..5903739 100644 (file)
@@ -60,7 +60,7 @@ void DFSExplorer::check_non_termination(const State* current_state)
                get_record_trace().to_string().c_str());
       log_state();
 
-      throw TerminationError();
+      throw McError(ExitStatus::NON_TERMINATION);
     }
   }
 #endif