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

Class BadFilesystemException

lib/vfs/vfs.h:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83class BadFilesystemException : public FilesystemException
84{
85public:
86 BadFilesystemException(): FilesystemException("Invalid filesystem") {}
87
88 BadFilesystemException(const std::string& msg): FilesystemException(msg) {}
89};
90
91class CannotWriteException : public FilesystemException
92{

Callers 15

mountMethod · 0.85
AcornDfsDirectoryMethod · 0.85
mountMethod · 0.85
mountMethod · 0.85
Brother120DirentMethod · 0.85
mountMethod · 0.85
mountMethod · 0.85
freeBlockMethod · 0.85
listMethod · 0.85
throwErrorMethod · 0.85
getMetadataMethod · 0.85
throwErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected