Bug #40888
Add ViewNotFoundException
Status:
Resolved
Priority:
Should have
Assignee:
Category:
MVC
Target version:
Start date:
2012-09-13
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
No
Complexity:
Description
As noted in a comment on https://review.typo3.org/14439 we should not use NotFoundView
ourselves anymore. Thus it seems we should add a ViewNotFoundException
exception to handle that case.
Related issues
Updated by Bastian Waidelich over 8 years ago
- Status changed from New to Accepted
- Assignee set to Bastian Waidelich
Updated by Bastian Waidelich about 8 years ago
Unfortunately this is not as easy as it seemed..
If we throw an exception, one can't ignore the template and return content directly from an action.
This should be resolved with #42176 though.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17072
Updated by Karsten Dambekalns about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100