let yengine understand scriptexception

This commit is contained in:
UbitUmarov
2020-09-20 01:57:22 +01:00
parent 0877c00658
commit aefff34013

View File

@@ -1103,10 +1103,11 @@ namespace OpenSim.Region.ScriptEngine.Yengine
kws.Add("catch", GetTokenCtor(typeof(TokenKwCatch)));
kws.Add("exception", GetTokenCtor(typeof(TokenTypeExc)));
kws.Add("scriptexception", GetTokenCtor(typeof(TokenTypeExc)));
kws.Add("finally", GetTokenCtor(typeof(TokenKwFinally)));
kws.Add("throw", GetTokenCtor(typeof(TokenKwThrow)));
kws.Add("try", GetTokenCtor(typeof(TokenKwTry)));
return kws;
}