samsonasik / ErrorHeroModule

:gem: A Hero for your Zend Framework/Laminas, and Expressive/Mezzio application to log ( DB and Mail ) and handle php errors & exceptions during Mvc process/between request and response
MIT License
50 stars 6 forks source link

Handle class not found fatal error with spl_autoload_register #51

Closed samsonasik closed 6 years ago

samsonasik commented 6 years ago

for example:

class Foo extends NotExistenceClass{}

This now handled and logged.