PHP Classes

Handling Notice and Warning as Exception: Throw exceptions when PHP warnings are triggered

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 945 This week: 1All time: 3,801 This week: 560Up
Version License PHP version Categories
nwexceptions 0.1GNU Lesser Genera...5.0PHP 5, Debug, Language
Description 

Author

This package can throw exceptions when PHP warnings are triggered.

It registers a PHP error handler that throws special exception classes when a PHP warning or notice is triggered.

The exception messages display the file name and line of the PHP code where the warnings or notices were triggered.

Innovation Award
PHP Programming Innovation award nominee
June 2011
Number 2
In PHP, when a non-fatal error occurs, PHP issues a notice or a warning but continues to execute the code regularly as if nothing happened, so certain problems may occur due to unhandled errors.

This class implements a solution that allows you to prevent that those problems happen by throwing an exception when a notice or a warning is issued.

Manuel Lemos
Picture of Andrey Nikishaev
Name: Andrey Nikishaev is available for providing paid consulting. Contact Andrey Nikishaev .
Classes: 13 packages by
Country: Ukraine Ukraine
Age: 38
All time rank: 2556 in Ukraine Ukraine
Week rank: 109 Up1 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 2x

Winner: 1x

  Files folder image Files  
File Role Description
Plain text file nwexceptions.php Class main file
Accessible without login Plain text file example.php Example Example of use

 Version Control Unique User Downloads Download Rankings  
 0%
Total:945
This week:1
All time:3,801
This week:560Up