Related resources for exception in php
  • Exception handling in PHP: Part 212/26/2011 1:04:55 PM. In this article we going to understand the next four error handling methods. An exception is the abnormal termination of the program. It is known as run time errors.To avoid the abnormal termination of program we use exception handling.