Searched refs:option_syntax_exception (Results 1 – 2 of 2) sorted by relevance
420 throw cxxopts::option_syntax_exception(ss.str().c_str()); in GetPathArgument()443 throw cxxopts::option_syntax_exception("Comparison files requires 5 file paths."); in GetPathArgument()452 …throw cxxopts::option_syntax_exception("Argument given to Comparison Files is not a valid file pat… in GetPathArgument()
399 class option_syntax_exception : public OptionParseException { class401 explicit option_syntax_exception(const std::string& text) in option_syntax_exception() function in cxxopts::option_syntax_exception1917 throw_or_mimic<option_syntax_exception>(argv[current]); in parse()