MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / what

Method what

inst/include/Rcpp/exceptions.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 2

exception_to_try_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected