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

Exception thrown when an error occurs while reading a file expected to be a symbolic link target. More...

#include <lnx_excepts.hpp>

Inheritance diagram for arion_exception::ReadLinkFileException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Exception thrown when an error occurs while reading a file expected to be a symbolic link target.

Constructor & Destructor Documentation

◆ ReadLinkFileException()

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

Builder for ReadLinkFileException instances.

Parameters
[in]file_pathPath to the link file that caused the error.

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