gcworld/errorhandlers

GCWorld Industries Error Handlers

Installs: 28 886

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gcworld/errorhandlers

1.2.1 2019-03-06 16:16 UTC

This package is auto-updated.

Last update: 2025-10-07 08:14:26 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