notrab / dumbo

A lightweight, friendly PHP framework for HTTP.
MIT License
158 stars 16 forks source link

feat(Dumbo): error handler #64

Closed notrab closed 2 weeks ago

notrab commented 2 weeks ago

This adds support for an environment setting that can be used in development to catch all errors and display a nice page:

CleanShot 2024-10-18 at 16 23 18@2x

It also supports production/testing modes so those can be used throughout the app for other things.

Todos