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

Class CannotWriteException

lib/vfs/vfs.h:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90
91class CannotWriteException : public FilesystemException
92{
93public:
94 CannotWriteException(): FilesystemException("Cannot write file") {}
95
96 CannotWriteException(const std::string& msg): FilesystemException(msg) {}
97};
98
99class DiskFullException : public CannotWriteException
100{

Callers 9

createMethod · 0.85
putFileMethod · 0.85
deleteFileMethod · 0.85
moveFileMethod · 0.85
createDirectoryMethod · 0.85
putFileMethod · 0.85
throwErrorMethod · 0.85
putFileMethod · 0.85
moveFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected