Thrown when attempting to add an entry to a socket that already has a file descriptor. More...
#include <global_excepts.hpp>
Public Member Functions | |
| SocketAlreadyHasFdException (int fd) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when attempting to add an entry to a socket that already has a file descriptor.
|
inlineexplicit |
Builder for SocketAlreadyHasFdException instances.
| [in] | fd | File descriptor that is already associated with a socket. |