Task #7682
Replace generic exceptions by proper exceptions
| Status: | Resolved | Start date: | 2010-06-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | - | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 10 | Estimated time: | 2.00 hours | |
| Sprint: | Has patch: | |||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
Well, the subject says all: we shouldn't use RuntimeException, LogicException etc. because they undermine our hierarchical exception architecture. One exception though (pun not intended): InvalidArgumentException.
Associated revisions
[~TASK] FLOW3: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, resolves #7682.
[~TASK] Fluid: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682.
[~TASK] Kickstart: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682.
[~TASK] Testing: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682.
[~TASK] TypoScript: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682. Renamed on exception to follow CGL.
[~TASK] TYPO3: Replaced generic exceptions by exceptions coming from the defined exception hierarchy, relates to #7682. Renamed existing exceptions to follow CGL.
History
Updated by Karsten Dambekalns almost 3 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 10
- Start date changed from 2010-05-06 to 2010-06-10
- Estimated time set to 2.00
Updated by Karsten Dambekalns almost 3 years ago
- Subject changed from Replace RuntimeException by proper exceptions to Replace generic exceptions by proper exceptions
Updated by Karsten Dambekalns almost 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r4483.