Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ FileSystemException
Class
FileSystemException
launcher/FileSystem.h:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
{
13
14
class FileSystemException : public ::Exception
15
{
16
public:
17
FileSystemException(const QString &message) : Exception(message) {}
18
};
19
20
/**
21
* 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