6 #ifndef SRC_INTERNAL_ERROR_H_
7 #define SRC_INTERNAL_ERROR_H_
10 #include <antlr4-runtime.h>
21 internal_error(
const std::string& msg, antlr4::tree::ParseTree* location);
An exception thrown when an internal error occurs.
Definition: internal_error.h:20
internal_error(const std::string &msg, antlr4::tree::ParseTree *location)
Definition: internal_error.cpp:8