Bash++
Bash++ compiler internal documentation
|
An exception thrown when an internal error occurs. More...
#include <internal_error.h>
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.
Copyright (C) 2025 rail5 Bash++: Bash with classes
Internal errors are errors which should never occur in normal operation. They are indicative of a bug in the Bash++ compiler, and halt compilation.
internal_error::internal_error | ( | const std::string & | msg, |
antlr4::tree::ParseTree * | location | ||
) |
Copyright (C) 2025 rail5 Bash++: Bash with classes
|
explicit |