Answer Posted / guest
Exception handling is used to change the normal flow of the
code execution if a specified error (exceptional) condition
occurs. This condition is called an exception.
This is what normally happens when an exception is
triggered:
•The current code state is saved
•The code execution will switch to a predefined (custom)
exception handler function
•Depending on the situation, the handler may then resume
the execution from the saved code state, terminate the
script execution or continue the script from a different
location in the code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is ruby on rails php?
What are the steps involved to run php?
Explain me what is the goto statement useful for?
What is var_dump function in php?
What is php variable?
What is composer json?
What is parent __construct ();?
What is the use of final class in php?
Can we use php variable in javascript?
Can the value of a constant change during the script's execution?
Why does php start with variables?
What is difference between rest and http?
Is laravel easy to learn?
What is the super method?
What is artisan in php?