MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / FileNotFoundException

Class FileNotFoundException

lib/vfs/vfs.h:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73};
74
75class FileNotFoundException : public FilesystemException
76{
77public:
78 FileNotFoundException(): FilesystemException("File not found") {}
79
80 FileNotFoundException(const std::string& msg): FilesystemException(msg) {}
81};
82
83class BadFilesystemException : public FilesystemException
84{

Callers 15

getDirentMethod · 0.85
getFileMethod · 0.85
changeDirMethod · 0.85
changeDirButOneMethod · 0.85
findFileMethod · 0.85
listMethod · 0.85
listMethod · 0.85
findFileMethod · 0.85
listMethod · 0.85
findFileMethod · 0.85
findMethod · 0.85
findFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected