MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / FileSystemException

Class FileSystemException

launcher/FileSystem.h:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52namespace FS {
53
54class FileSystemException : public ::Exception {
55 public:
56 FileSystemException(const QString& message) : Exception(message) {}
57};
58
59/**
60 * write data to a file safely

Callers 5

ensureExistsFunction · 0.85
writeFunction · 0.85
appendSafeFunction · 0.85
appendFunction · 0.85
readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected