Thrown when attempting to access a trace module with an unknown name. More...
#include <global_excepts.hpp>
Public Member Functions | |
| UnknownTraceModuleNameException (std::string file_path, std::string name) | |
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 name.
|
inlineexplicit |
Builder for UnknownTraceModuleNameException instances.
| [in] | file_path | The path of the trace file. |
| [in] | name | The name of the module that was not found. |