Changes between Initial Version and Version 1 of Ticket #30475, comment 6
- Timestamp:
- Jun 6, 2019, 3:20:48 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30475, comment 6
initial v1 9 9 Ultimately here I think it's up to the user to ensure their 404 template loads correctly. That's straight-forward to test. **If** they do introduce an error, yes we drop right through to the very bottom `handle_uncaught_exception()` but we know something bad has happened in that case. As Mariusz points you to, `DEBUG_PROPAGATE_EXCEPTIONS` reveals the issue immediately. 10 10 11 A custom 404 handler adding logging and/or exception handling around the `get_template()` call would be possible. But it's unnecessary overhead: a simple test that the 404.html template does in fact load makes this unnecessary.11 A custom 404 handler adding logging and/or exception handling around the `get_template()` call would be possible. But it's unnecessary overhead: a simple test that the 404.html template does in fact load makes this redundant. 12 12 13 13 Sorry if that's not what you want to hear.