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

Class ReadOnlyFilesystemException

lib/vfs/vfs.h:115–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113};
114
115class ReadOnlyFilesystemException : public FilesystemException
116{
117public:
118 ReadOnlyFilesystemException(): FilesystemException("Read only filesystem")
119 {
120 }
121
122 ReadOnlyFilesystemException(const std::string& msg):
123 FilesystemException(msg)
124 {
125 }
126};
127
128class UnimplementedFilesystemException : public FilesystemException
129{

Callers 1

throwErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected