MCPcopy 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

44namespace FS {
45
46class FileSystemException : public ::Exception {
47 public:
48 FileSystemException(const QString& message) : Exception(message) {}
49};
50
51/**
52 * write data to a file safely

Callers 3

ensureExistsFunction · 0.85
writeFunction · 0.85
readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected