PHP Classes / Package Exception Error

Turn PHP errors into catchable exceptions

Package Exception Error PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags