| 51 | } |
| 52 | virtual ~exception() throw() {} |
| 53 | virtual const char* what() const throw() { |
| 54 | return message.c_str(); // #nocov end |
| 55 | } |
| 56 | inline void copy_stack_trace_to_r() const; |
| 57 | private: |
| 58 | std::string message; |
no outgoing calls
no test coverage detected