moduleFatal method
Implementation
void moduleFatal(String msg)
{
Logger.logFatal("Module \"" + this._modId + "\":" + msg);
throw new Exception("Module \"" + this._modId + "\":" + msg);
}
void moduleFatal(String msg)
{
Logger.logFatal("Module \"" + this._modId + "\":" + msg);
throw new Exception("Module \"" + this._modId + "\":" + msg);
}