Actions
Task #81205
closedImprove error on link handler without class
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2017-05-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If a linkhandler is missing its handler
in TCEMAIN.linkHandler
, a generic exception is thrown by GeneralUtility::makeInstance
which does not provide enough context to understand the error. This should be caught before trying to instantiate the missing handler class to simplify debugging.
Actions