Types of Error Levels in PHP
Basically PHP error are categorized by error levels for various kind of errors and its define all kinds of error from notice to fatal errors.The error level defines the seriousness and importance of errors.Most of the errors may be caught with a custom error handler, but some are unrecoverable.
By phpcamp.net, published on February 21, 2012