Thrown when a trace address can't be reached. More...
#include <global_excepts.hpp>
Public Member Functions | |
| CantReachTraceAddrException (arion::ADDR addr) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a trace address can't be reached.
|
inlineexplicit |
Builder for CantReachTraceAddrException instances.
| [in] | addr | Address that can't be reached. |