Thrown when attempting to access a module with an unknown ID in a trace file. More...
#include <global_excepts.hpp>
Public Member Functions | |
| UnknownTraceModuleIdException (std::string file_path, uint16_t mod_id) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when attempting to access a module with an unknown ID in a trace file.
|
inlineexplicit |
Builder for UnknownTraceModuleIdException instances.
| [in] | file_path | Path to the trace file. |
| [in] | mod_id | ID of the module that was not found. |