Thrown when a trace file can't be reached at the specified offset. More...
#include <global_excepts.hpp>
Public Member Functions | |
| CantReachTraceOffException (std::string name, uint32_t off) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a trace file can't be reached at the specified offset.
|
inlineexplicit |
Builder for CantReachTraceOffException instances.
| [in] | name | Name of the trace file. |
| [in] | off | Offset where the trace file can't be reached. |