Actions
Bug #82916
closedCatch viewhelper exceptions and log them in production context
Start date:
2017-11-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Remote Sprint
Description
Exceptions are currently not catched at the correct place.
Instead of logging them they are partially silenty ignored and you will not find a reason why an image tag is broken like in the ImageViewHelper.
There is already some code that should log thrown exceptions and ignore them in production context but that code does not work as instead of catching \Exception
only Exception
is catched which does not exist at all in that namespace.
Actions