|
Bash++
Bash++ compiler internal documentation
|
An exception thrown when an internal error occurs. More...
#include <InternalError.h>


Public Member Functions | |
| InternalError (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.
|
inlineexplicit |