boost::program_options::error —
class error { public: // construct/copy/destruct error(const std::string &); // public member functions };
Base class for all errors in the library.
error
error(const std::string & what);