| 47 | record_stack_trace(); |
| 48 | } |
| 49 | bool include_call() const { |
| 50 | return include_call_; |
| 51 | } |
| 52 | virtual ~exception() throw() {} |
| 53 | virtual const char* what() const throw() { |
| 54 | return message.c_str(); // #nocov end |
no outgoing calls
no test coverage detected