21#include <source_location>
50 const std::string & p_details =
"" ,
51 const std::source_location p_location = std::source_location::current()
56 const std::string & p_details =
"" ,
57 const std::source_location p_location = std::source_location::current()
OpError
Operator error code enum.
Definition: error.h:25
InError
Interpreter error code enum.
Definition: error.h:38
void inErrExit(InError p_err, const std::string &p_details="", const std::source_location p_location=std::source_location::current())
Interpreter error message to interpreter cout_ and exit(1).
Definition: error.cpp:48
void opErrExit(OpError p_err, const std::string &p_details="", const std::source_location p_location=std::source_location::current())
Operator error message to interpreter cout_ and exit(1).
Definition: error.cpp:27