gcworld/errorhandlers

GCWorld Industries Error Handlers

1.2.1 2019-03-06 16:16 UTC

This package is auto-updated.

Last update: 2024-05-07 04:55:15 UTC


README

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