boost::log::runtime_error — Base class for runtime exceptions from the logging library.
// In header: <boost/log/exceptions.hpp> class runtime_error : public runtime_error { public: // construct/copy/destruct explicit runtime_error(std::string const &); ~runtime_error(); };