Thrown when attempting to add an entry to a file descriptor table that already contains an entry for the same file. More...
#include <global_excepts.hpp>
Public Member Functions | |
| FileAlreadyHasFdException (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 file descriptor table that already contains an entry for the same file.
|
inlineexplicit |
Builder for FileAlreadyHasFdException instances.
| [in] | fd | File descriptor that is already in use. |