Task #90101
closedRemove custom InvalidArgumentException from core
100%
Description
InvalidArgumentException is a PHP native exception inheriting from \LogicException.
Our custom one extends \RuntimeException
This is rather unexpected and conception-wise not clever.
Replace it with a simple pure RuntimeException.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62862
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62862
Updated by Markus Klein almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8c983dd94aaf2ea8d6dbf9e9b6546f811542c5fb.
Updated by Markus Klein almost 5 years ago
As decided within the product team it is okay to remove this rather new and internal exception with deprecation phase and further documentation.