| 612 | class ex_parse : public ex_tex { |
| 613 | public: |
| 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected