Sub Classing Exceptions in PHP 5
Table of Contents
If you do any serious programming whether it s in PHP 5 or some other language you ve needed to know how to handle run time errors and other exceptional conditions. You can do this by making your program throw generic exceptions. Or you can unlock the potential of PHP 5 and learn how to create custom exceptions which is the subject of this four-part series….