Download the PHP package gcworld/errorhandlers without Composer
On this page you can find all versions of the php package gcworld/errorhandlers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gcworld/errorhandlers
More information about gcworld/errorhandlers
Files in gcworld/errorhandlers
Download gcworld/errorhandlers
More information about gcworld/errorhandlers
Files in gcworld/errorhandlers
Vendor gcworld
Package errorhandlers
Short Description GCWorld Industries Error Handlers
License proprietary
Package errorhandlers
Short Description GCWorld Industries Error Handlers
License proprietary
Please rate this library. Is it a good library?
Informations about the package errorhandlers
GCWorld Error Handlers
Just a simple set of error handlers you can use in your project.
Example
Place this in your front controller after requiring your auto-loader
set_error_handler('\GCWorld\ErrorHandlers\ErrorHandlers::errorHandler');
set_exception_handler('\GCWorld\ErrorHandlers\ErrorHandlers::exceptionHandler');
register_shutdown_function('\GCWorld\ErrorHandlers\ErrorHandlers::shutdownHandler');
Version
1.2.1
Additional Information
All versions of errorhandlers with dependencies
PHP Build Version
Package Version
The package gcworld/errorhandlers contains the following files
Loading the files please wait ....