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