LuaSandbox
extension to run Lua 5.1 code from PHP
Loading...
Searching...
No Matches
LuaSandboxRuntimeError Class Reference

Catchable LuaSandbox runtime exceptions. More...

+ Inheritance diagram for LuaSandboxRuntimeError:
+ Collaboration diagram for LuaSandboxRuntimeError:

Additional Inherited Members

- Public Attributes inherited from LuaSandboxError
const RUN = 2
 
const SYNTAX = 3
 
const MEM = 4
 
const ERR = 5
 
 $luaTrace
 

Detailed Description

Catchable LuaSandbox runtime exceptions.

These may be caught inside Lua using pcall() or xpcall()


The documentation for this class was generated from the following file: