Thrown when a trace file does not start with the required magic sequence. More...
#include <global_excepts.hpp>
Public Member Functions | |
| WrongTraceFileMagicException (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 does not start with the required magic sequence.
|
inlineexplicit |
Builder for WrongTraceFileMagicException instances.
| [in] | file_path | Path to the file with an invalid magic sequence. |