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

Class file_exists

inst/include/Rcpp/exceptions.h:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 };
104
105 class file_exists : public file_io_error { // #nocov start
106 public:
107 file_exists(const std::string& file) throw() :
108 file_io_error("file already exists", file) {} // #nocov end
109 };
110
111 // Variadic / code generated version of the warning and stop functions
112 // can be found within the respective C++11 or C++98 exceptions.h

Callers 1

ExportsGeneratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected