...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::invalid_value — Exception class that is used to indicate errors of incorrect value of an object.
// In header: <boost/log/exceptions.hpp> class invalid_value : public runtime_error { public: // public member functions invalid_value(); explicit invalid_value(std::string const &); ~invalid_value(); };