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

Class FilesystemException

lib/vfs/vfs.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56class FilesystemException : public ErrorException
57{
58public:
59 FilesystemException(const std::string& message): ErrorException(message) {}
60};
61
62class BadPathException : public FilesystemException
63{

Callers 2

onAdfErrorFunction · 0.85
throwErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected