Exception.h
56 Exception(const std::string &prefix, const std::string &what) : std::runtime_error(prefix + ": " + what)
Exception(const std::string &what)
This is just a wrapper on std::runtime_error.
Definition: Exception.h:114
Main namespace. Contains everything in this library.
Definition: MultiLevelPlanarManipulatorDemo.cpp:65