Which Of The Following Statements Invoke The Exception Class #124
Which of the following statements invoke the exception class?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Error Handling and Exception Handling - PHP Exception Handling - Quiz No.1.
Which of the following statements invoke the exception class?
throws new Exception();
throw new Exception();
new Exception();
new throws Exception();