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

Class DocoptLanguageError

docopt.h:47–47  ·  view source on GitHub ↗

Usage string could not be parsed (ie, the developer did something wrong)

Source from the content-addressed store, hash-verified

45
46 // Usage string could not be parsed (ie, the developer did something wrong)
47 struct DocoptLanguageError : std::runtime_error { using runtime_error::runtime_error; };
48
49 // Arguments passed by user were incorrect (ie, developer was good, user is wrong)
50 struct DocoptArgumentError : std::runtime_error { using runtime_error::runtime_error; };

Callers 4

parse_atomFunction · 0.85
parse_patternFunction · 0.85
create_pattern_treeFunction · 0.85
docopt_parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected