Describe the bug
With 3.2.5 messages of exceptions thrown in hooks are not shown in the panel any more.
To Reproduce
Steps to reproduce the behavior:
- Add Hooks with Errors like this:
'hooks' => [
'page.update:after' => function (Page $page) {
throw new Exception('somethings wrong');
},
]
- Update any field in panel
- See error modal
Screenshots
Result in 3.2.5

Result in 3.2.4

Kirby Version
3.2.5