10 #ifndef SCRIPT_FATALERROR_HPP
11 #define SCRIPT_FATALERROR_HPP
33 const std::string
msg;
A throw-class that is given when the script made a fatal error.
const std::string & GetErrorMessage() const
The error message associated with the fatal error.
Script_FatalError(const std::string &msg)
Creates a "fatal error" exception.
const std::string msg
The error message.