11.
Which version of PHP was added with Exception handling?

12.
How many methods are available for the exception class?

15.
Which one of the following is the right description for the method getMessage() ?

16.
You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________

17.
What does SPL stand for?

19.
Which of the following is/are not an exception?
1. BadFunctionCallException
2. BadMethodCallException
3. LogicException
4. DomainException

20.
Which of the following is/are an exception?
1. OutOfBoundException
2. OutOfRangeException
3. OverflowException
4. UnderflowException