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

Class file_not_found

inst/include/Rcpp/exceptions.h:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 } ;
98
99 class file_not_found : public file_io_error { // #nocov start
100 public:
101 file_not_found(const std::string& file) throw() :
102 file_io_error("file not found", file) {} // #nocov end
103 };
104
105 class file_exists : public file_io_error { // #nocov start
106 public:

Callers 1

SourceCppDynlibMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected