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

Thrown if path represents not a regular file. More...

#include <NotAFileException.h>

Inheritance diagram for file_manager::exceptions::NotAFileException:
file_manager::exceptions::BaseFileManagerException

Public Member Functions

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

Detailed Description

Thrown if path represents not a regular file.

Definition at line 10 of file NotAFileException.h.

Constructor & Destructor Documentation

◆ NotAFileException()

file_manager::exceptions::NotAFileException::NotAFileException ( const std::filesystem::path & path)

Definition at line 11 of file NotAFileException.cpp.


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