FileManager v1.7.0
Manage access to files with async model
|
Thrown if file does not exist. More...
#include <FileDoesNotExistException.h>
Public Member Functions | |
FileDoesNotExistException (const std::filesystem::path &filePath) | |
![]() | |
BaseFileManagerException (const std::string &message) | |
Thrown if file does not exist.
Definition at line 10 of file FileDoesNotExistException.h.
file_manager::exceptions::FileDoesNotExistException::FileDoesNotExistException | ( | const std::filesystem::path & | filePath | ) |
Definition at line 11 of file FileDoesNotExistException.cpp.