]> git.mxchange.org Git - friendica.git/commit
Fix WSOD when Renderer throws exception
authorfabrixxm <fabrixxm@kirgroup.net>
Fri, 5 Aug 2022 13:28:21 +0000 (15:28 +0200)
committerfabrixxm <fabrixxm@kirgroup.net>
Fri, 5 Aug 2022 13:28:21 +0000 (15:28 +0200)
commit704bd95608b15e66046e92aa03fdff9d55dbffb0
tree492aa1e137626454fe4088b701d511e66b18f380
parentbd246b8cc2454f9eccca895c34a84d41b298f9dd
Fix WSOD when Renderer throws exception

`HTTPException` builds a simple static version of error page if
`Renderer` throws any exception while rendering the error page.
src/Module/Special/HTTPException.php