Exception thrown when a general error occurs during the parsing of an ELF file. More...
#include <lnx_excepts.hpp>
Public Member Functions | |
| ElfParsingException (std::string elf_path) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Exception thrown when a general error occurs during the parsing of an ELF file.
|
inlineexplicit |
Builder for ElfParsingException instances.
| [in] | elf_path | Path to the ELF file that caused the parsing error. |