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