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

Thrown when an error occurs while opening a file. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::FileOpenException:
arion_exception::ArionException

Public Member Functions

 FileOpenException (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 an error occurs while opening a file.

Constructor & Destructor Documentation

◆ FileOpenException()

arion_exception::FileOpenException::FileOpenException ( std::string  file_path)
inlineexplicit

Builder for FileOpenException instances.

Parameters
[in]file_pathPath of the file that could not be opened.

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