A

Admin • 828.03K Points
Coach

Q. Why using Exception Handling in PHP?

  • (A) To separate the error handling code from normal code
  • (B) Grouping of error types
  • (C) Both A And B
  • (D) None of the above
  • Correct Answer - Option(C)
  • Views: 13
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
Exception Handling in PHP is used to separate the error handling code from normal code and to groupe the error types.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.