PHP Exception Handling
in PHP added by goodphptutorials, on 21/11/2007 beginner tutorials exception php5
With PHP 5 came a new object oriented way of dealing with errors. Exception handling is used to change the normal flow of the code execution if a specified error (exceptional) condition occurs. This condition is called an exception.
comment save report