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

Thrown when attempting to add an entry to a socket that already has a file descriptor. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::SocketAlreadyHasFdException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when attempting to add an entry to a socket that already has a file descriptor.

Constructor & Destructor Documentation

◆ SocketAlreadyHasFdException()

arion_exception::SocketAlreadyHasFdException::SocketAlreadyHasFdException ( int  fd)
inlineexplicit

Builder for SocketAlreadyHasFdException instances.

Parameters
[in]fdFile descriptor that is already associated with a socket.

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