PHP MCQ Exception Handling in PHP Question #2453
Single Choice Not Set

QWhich of the following statements invoke the exception class?

ID: #2453 Exception Handling in PHP 855 views
Question Info
#2453Q ID
Not SetDifficulty
Exception Handling in PHPTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A throws new Exception();
  • B throw new Exception();
  • C new Exception();
  • D new throws Exception();
Correct Answer

Explanation

throw new Exception();

Share This Question

Challenge a friend or share with your study group.