atk4 / ui

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

Remove StepExecutorTrait::jsStepSubmit exception handling #2062

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

fix #1889

related with #896

the error handling was technically correct, but it is not needed, better to use regular error handling which shows full stack trace, so it is evident what exactly failed and why