Thrown when a trace file was written with a newer version of Arion. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NewerTraceFileVersionException (std::string file_path) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a trace file was written with a newer version of Arion.
|
inlineexplicit |
Builder for NewerTraceFileVersionException instances.
| [in] | file_path | Path to the trace file. |