MCPcopy Create free account
hub / github.com/QVina/qvina / usage_error

Method usage_error

src/split/split.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52struct usage_error : public std::runtime_error {
53 usage_error(const std::string& message) : std::runtime_error(message) {}
54};
55
56typedef std::list<std::string> strl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected