Home » PHP » PHP Exception Handling » Question
  1. Which of the following is/are an exception?
    1. OutOfRangeException
    2. OverflowException
    3. UnderflowException
    4. OutOfBoundException
    5. All of above
Correct Option: E

OutOfRangeException, OverflowException, UnderflowException and OutOfBoundException are exception.



Your comments will be displayed only after manual approval.