CSE :: PHP - CS
- Which of the following statements invoke the exception class?
- Which one of the following is the right description for the method getMessage() ?
- You can extend the exception base class, but you cannot override any of the preceding methods because the are declared as__________
- What does SPL stand for?
-
Which of the following is/are not an exception?
1. BadFunctionCallException
2. BadMethodCallException
3. LogicException
4. DomainException -
Which of the following is/are an exception?
1. OutOfBoundException
2. OutOfRangeException
3. OverflowException
4. UnderflowException