![]() |
boost::log::limitation_error — Exception class that is used to indicate library limitation.
// In header: <boost/log/exceptions.hpp> class limitation_error : public logic_error { public: // construct/copy/destruct limitation_error(); explicit limitation_error(std::string const &); ~limitation_error(); };