Language: Package Exception Error
Johan Barbier (contact me)
This package can be used to turn PHP run-time errors into catchable exceptions.
It sets the PHP error handler function to point to a class function that will throw exceptions when an error occurs.
The class throws exceptions of different classes according to the type of PHP error that occurred.
All exception classes are derived from a common base class that can return the details about the script and the line of the code on which the error occurred.
Click here for detailed information about this class on phpclasses.org