8 lines
168 B
C++
8 lines
168 B
C++
#include "SimulationStoppingError.h"
|
|
|
|
using namespace MbD;
|
|
|
|
MbD::SimulationStoppingError::SimulationStoppingError(const std::string& msg) : std::runtime_error(msg)
|
|
{
|
|
}
|