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

Thrown when a file descriptor does not correspond to a file. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoFileAtFdException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when a file descriptor does not correspond to a file.

Constructor & Destructor Documentation

◆ NoFileAtFdException()

arion_exception::NoFileAtFdException::NoFileAtFdException ( int  fd)
inlineexplicit

Builder for NoFileAtFdException instances.

Parameters
[in]fdFile descriptor that does not correspond to a file.

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