Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
2 Answers
The statements that generate an exception such as “divide by zero” are placed in a try block.
If an exception occurs, it throws an exception such as “divide by zero”.
This block also contains the statements that should not be executed if an exception occurs.
