boost::container::logic_error
// In header: <boost/container/throw_exception.hpp> class logic_error : public boost::container::exception { public: // public member functions explicit logic_error(const char *); };
logic_error
explicit logic_error(const char * msg);