swissengine / zf2-errorhandler
ErrorHandler for ZF2 apps
dev-master
2016-05-04 12:18 UTC
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-12-31 07:05:55 UTC
README
This library aims at providing a simple way to handle errors in all of your ZF2 application. When an error is triggered, whether it is in your controller, your libraries or anywhere in your views, an exception is thrown hence preserving your application from unmonitored errors.
Installation
Suggested installation method is through composer:
php composer.phar require swissengine/zf2-errorhandler:dev-master
Setup
If you use Zend Framework 2, you can now enable this module in your application by adding it to config/application.config.php
as SwissEngine\Tools\ErrorHandler
.