boost::program_options::error
// In header: <boost/program_options/errors.hpp> class error { public: // construct/copy/destruct error(const std::string &); };
Base class for all errors in the library.
error
error(const std::string & xwhat);