[Overview][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: plua.pas line 15
type LuaException = class(Exception) end; |
|
||
| | ||
Exception |
||
? | ||
TObject |
LuaException is a descendent of Exeption that is called for any Exceptions that occur within Lua itself. This can be useful for trapping Lua Exceptions when you are not using the TLua wrapper object.