Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

.catch chain


try{
    throw new Error();
} catch(e){
    // handle
} 
// this code will run, since you recovered from the error!

Source by codefantasy.org #
 
PREVIOUS NEXT
Tagged: #chain
ADD COMMENT
Topic
Name
5+2 =