Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

In PHP 7 and later, which type should be caught to handle both exceptions and errors?

  1. A Exception
  2. B Error
  3. C Throwable
  4. D RuntimeException
Answer

Throwable

TypeError and DivisionByZeroError extend Error, not Exception, so catching Exception alone lets them through.

All Php MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as