...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::system_error — Exception class that is used to indicate underlying OS API errors.
// In header: <boost/log/exceptions.hpp> class system_error : public system_error { public: // public member functions system_error(boost::system::error_code, std::string const &); ~system_error(); };