MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / ex_parse

Method ex_parse

src/common.h:614–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612class ex_parse : public ex_tex {
613public:
614 explicit ex_parse(const string& msg, const exception& cause) : ex_tex(msg, cause) {}
615
616 explicit ex_parse(const string& msg) : ex_tex(msg) {}
617};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected