Thrown when a file descriptor does not correspond to a file. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoFileAtFdException (int fd) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a file descriptor does not correspond to a file.
|
inlineexplicit |
Builder for NoFileAtFdException instances.
| [in] | fd | File descriptor that does not correspond to a file. |