MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / OptionError

Class OptionError

docopt.cpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 bool isParsingArgv() const { return fIsParsingArgv; }
141
142 struct OptionError : std::runtime_error { using runtime_error::runtime_error; };
143
144private:
145 std::vector<std::string> fTokens;

Callers 2

parse_longFunction · 0.85
parse_shortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected