Actions
Task #82131
closedGeneralUtility::makeInstance() should throw exception on unknown class
Start date:
2017-08-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
GeneralUtility::makeInstance()
should throw an exception if a class does not exist. This way you could get a proper stack trace which simplifies debugging a lot. ATM you get a fatal error instead which sometimes leads simply to blank pages instead of error messages.
Actions