atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
443 stars 106 forks source link

Exception in `App::HOOK_BEFORE_RENDER` hook is not handled #1992

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

Steps to reproduce:

  1. throw an exception in https://github.com/atk4/ui/blob/0e98c650c502ed4427e89f11e97ddb118b3638c9/src/Form/Control/Lookup.php#L142
  2. notice <b>Fatal error</b>: Uncaught Atk4\Ui\Exception: unhandled error

I expect our beautiful html exception page instead.

mvorisek commented 1 year ago

Extect steps to reproduce are needed, on form-control/lookup.php demo I was unable to reproduce it.