error

LUA

error

error (MESSAGE)

Calls error handler, then terminates the last protected function called (in C: lua_callfunction, lua_dofile, lua_dostring, lua_dobuffer, or; in Lua: doflle, dostring, or call in protected mode). If MESSAGE is nil , then error is not called.Never returns.