| 98 | msg = std::string(file) + ":" + std::to_string(line) + ": " + arg; |
| 99 | } |
| 100 | ~FileLineException() throw() {} |
| 101 | const char *what() const throw() { return msg.c_str(); } |
| 102 | |
| 103 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected