Bash++
Bash++ compiler internal documentation
|
An exception thrown when an internal error occurs. More...
Public Member Functions | |
internal_error (const std::string &msg, antlr4::tree::ParseTree *location) | |
internal_error (const std::string &msg) | |
An exception thrown when an internal error occurs.
Internal errors are errors which should never occur in normal operation. They are indicative of a bug in the Bash++ compiler, and halt compilation.
|
inline |
|
inlineexplicit |