...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::setup_error — Exception class that is used to indicate invalid library setup.
// In header: <boost/log/exceptions.hpp> class setup_error : public logic_error { public: // public member functions setup_error(); explicit setup_error(std::string const &); ~setup_error(); };