| 95 | } |
| 96 | |
| 97 | void GlobalExceptionHandler::setMessage(const std::string & message) throw() |
| 98 | { |
| 99 | GlobalExceptionHandler::what_() = message; |
| 100 | } |
| 101 | |
| 102 | void GlobalExceptionHandler::setFile(const std::string & file) throw() |
| 103 | { |
no outgoing calls
no test coverage detected