! \return the error description and the context as a text string. */
| 187 | \return the error description and the context as a text string. |
| 188 | */ |
| 189 | const char* Exception::what() const throw() { return msg.c_str(); } |
| 190 | |
| 191 | void Exception::formatMessage() |
| 192 | { |
no test coverage detected