12 #ifndef SCRIPT_FATALERROR_HPP 13 #define SCRIPT_FATALERROR_HPP Script_FatalError(const char *msg)
Creates a "fatal error" exception.
A throw-class that is given when the script made a fatal error.
const char * GetErrorMessage()
The error message associated with the fatal error.
const char * msg
The error message.