Actions
Bug #24503
closedThrow correct Exceptions everywhere
Start date:
2011-01-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- There are some more die() statements, which should be replaced with an Exception
- Often, no error code is added to the Exception($msg, $code) call
- Sometimes, only a general Exception instead of a specific RuntimeException or ArgumentException is thrown (not criticl, but I replaced them)
Patch is ready for RFC after branching 4.5
(issue imported from #M16953)
Files
Actions