requtize / eehandler
此包已被废弃且不再维护。未建议替代包。
PHP 错误和异常处理器
0.2.0
2016-04-26 07:26 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-02-18 05:46:58 UTC
README
PHP 错误和异常处理器
// Development environment - shows all errors and debug tools $handler = new EEHandler('dev'); // Production environment - Show only HTTP error code. $handler = new EEHandler('prod'); // Register all handlers $handler->register();