mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
let yengine understand scriptexception
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user