All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
filesystem::FileSystemError Class Reference

#include <filesystem.h>

Inheritance diagram for filesystem::FileSystemError:
Inheritance graph
[legend]
Collaboration diagram for filesystem::FileSystemError:
Collaboration graph
[legend]

Public Member Functions

 FileSystemError (const std::string &msg)
 

Detailed Description

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.


The documentation for this class was generated from the following file: