Closed pawelabrams closed 10 months ago
Add a catch to cover exceptions thrown in error handlers while handling a PHP warning emitted in some cases with stat on non-existent files.
See bug #44
The problem is caused by an incorrectly written handler, the solution is to fix the handler, not this library.
Add a catch to cover exceptions thrown in error handlers while handling a PHP warning emitted in some cases with stat on non-existent files.
See bug #44