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
Updated by Steffen Gebert over 13 years ago
pending for review http://review.typo3.org/1079
Updated by Andreas Wolf over 13 years ago
Merged to master in 93cbf9073905fecb3a5e31b8df48bf429cbc2900.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions