| 204 | ~ServiceException() throw() {} |
| 205 | virtual const char *what() const throw() { return message_.c_str(); } |
| 206 | int code() const throw() { return code_; } |
| 207 | private: |
| 208 | std::string message_; |
| 209 | int code_; |
no outgoing calls
no test coverage detected