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