Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ FileSystemException
Class
FileSystemException
launcher/FileSystem.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
namespace FS {
45
46
class FileSystemException : public ::Exception {
47
public:
48
FileSystemException(const QString& message) : Exception(message) {}
49
};
50
51
/**
52
* write data to a file safely
Callers
3
ensureExists
Function · 0.85
write
Function · 0.85
read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected