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

Method no_such_env

inst/include/Rcpp/exceptions.h:73–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 class no_such_env : public std::exception {
72 public:
73 no_such_env(const std::string& name) throw() :
74 message(std::string("no such environment: '") + name + "'") {};
75 no_such_env(int pos) throw() :
76 message("no environment in given position '" + toString(pos) + "'") {};
77 virtual ~no_such_env() throw() {};

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected