...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::unit_test::framework::setup_error — This exception type is used to report test module setup errors.
// In header: <boost/test/framework.hpp> struct setup_error : public runtime_error { // construct/copy/destruct setup_error(const_string); };