#include <filesystem.h>
Public Member Functions | |
FileSystemError (const std::string &msg) | |
Exception thrown when a filesystem operation has failed. We use an exception because usually the name of a file or a directory is an external input and then is better to forward the error to the "level" which is in charge to handle the input.