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

Function exception_to_try_error

inst/include/Rcpp/exceptions.h:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386inline SEXP exception_to_try_error( const std::exception& ex){
387 return string_to_try_error(ex.what());
388}
389
390std::string demangle( const std::string& name) ;
391#ifndef RCPP_NO_RTTI

Callers

nothing calls this directly

Calls 2

string_to_try_errorFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected