Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::FileNotInFsException Class Reference

Thrown when a file is not found in a file system. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::FileNotInFsException:
arion_exception::ArionException

Public Member Functions

 FileNotInFsException (std::string fs, std::string file_path)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when a file is not found in a file system.

Constructor & Destructor Documentation

◆ FileNotInFsException()

arion_exception::FileNotInFsException::FileNotInFsException ( std::string  fs,
std::string  file_path 
)
inlineexplicit

Builder for FileNotInFsException instances.

Parameters
[in]fsName of the file system where the file is not found.
[in]file_pathPath of the file that is not found.

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