FileManager v1.7.0
Manage access to files with async model
Loading...
Searching...
No Matches
file_manager::exceptions::FileDoesNotExistException Class Reference

Thrown if file does not exist. More...

#include <FileDoesNotExistException.h>

Inheritance diagram for file_manager::exceptions::FileDoesNotExistException:
file_manager::exceptions::BaseFileManagerException

Public Member Functions

 FileDoesNotExistException (const std::filesystem::path &filePath)
 
- Public Member Functions inherited from file_manager::exceptions::BaseFileManagerException
 BaseFileManagerException (const std::string &message)
 

Detailed Description

Thrown if file does not exist.

Definition at line 10 of file FileDoesNotExistException.h.

Constructor & Destructor Documentation

◆ FileDoesNotExistException()

file_manager::exceptions::FileDoesNotExistException::FileDoesNotExistException ( const std::filesystem::path & filePath)

Definition at line 11 of file FileDoesNotExistException.cpp.


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