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