Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

can you throw an error forceable in lua

error("Error Message") -- Throws at the current stack
error("Error Message",2) -- Throws to the caller
error("Error Message",3) -- Throws to the caller after that
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #throw #error #forceable #lua
ADD COMMENT
Topic
Name
1+9 =