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

Function Rcpp_exception

inst/tinytest/cpp/Exceptions_nocall.cpp:6–8  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

4
5// [[Rcpp::export]]
6void Rcpp_exception(){
7 throw Rcpp::exception("ouch");
8}
9
10// [[Rcpp::export]]
11void eval_error_no_call(){

Callers

nothing calls this directly

Calls 1

exceptionClass · 0.85

Tested by

no test coverage detected