* Returns the message describing the exception * that occurred. * @return Exception message. */
| 40 | * @return Exception message. |
| 41 | */ |
| 42 | const char *Exception::what() const throw() |
| 43 | { |
| 44 | return _msg.c_str(); |
| 45 | } |
| 46 | |
| 47 | } |
no outgoing calls
no test coverage detected