Thrown when a socket entry cannot be found with a given file descriptor. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoSocketAtFdException (int fd) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a socket entry cannot be found with a given file descriptor.
|
inlineexplicit |
Builder for NoSocketAtFdException instances.
| [in] | fd | File descriptor of the socket entry. |