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