Question: Which are valid PHP error handling keywords?
- try, throw, catch, callable
 - try, yield, catch, finally
 - yield, throw, catch, finally
 - try, throw, catch, finally
 
Answer: The correct answer of the above question is Option D:try, throw, catch, finally