![]() |
Home | Libraries | People | FAQ | More |
boost::unit_test::framework::internal_error — This exception type is used to report internal Boost.Test framework errors.
// In header: <boost/test/framework.hpp> struct internal_error : public std::runtime_error { // public member functions internal_error(const_string); };