requtize / eehandler
PHP Error and Exception Handler
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-02-18 05:46:58 UTC
README
PHP Error and Exception Handler
// 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();