lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello,

I would like to write a panic function, that throws an exception if a panic is occured. 
Which signature must set for the method mypanic( lua_state* ) ?
How can I call a private class method on the lua_panic function?

Thanks

Phil