FileManager
v1.7.0
Manage access to files with async model
Loading...
Searching...
No Matches
NotAFileException.h
1
#pragma once
2
3
#include "BaseFileManagerException.h"
4
5
namespace
file_manager
6
{
7
namespace
exceptions
8
{
10
class
FILE_MANAGER_API
NotAFileException
:
public
BaseFileManagerException
11
{
12
public
:
13
NotAFileException
(
const
std::filesystem::path& path);
14
15
~NotAFileException
() =
default
;
16
};
17
}
18
}
file_manager::exceptions::BaseFileManagerException
Base class for all File Manager exceptions.
Definition
BaseFileManagerException.h:14
file_manager::exceptions::NotAFileException
Thrown if path represents not a regular file.
Definition
NotAFileException.h:11
src
Exceptions
NotAFileException.h
Generated by
1.12.0