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