Exception thrown when an error occurs while reading a file expected to be a symbolic link target. More...
#include <lnx_excepts.hpp>
Public Member Functions | |
| ReadLinkFileException (std::string file_path) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Exception thrown when an error occurs while reading a file expected to be a symbolic link target.
|
inlineexplicit |
Builder for ReadLinkFileException instances.
| [in] | file_path | Path to the link file that caused the error. |