Improve `ErrorHandler::handleException` to show errors
commit827e32a92e66966c4d5648526b022ec63975c40d
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Thu, 19 May 2022 17:39:37 +0000 (19 14:39 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Thu, 19 May 2022 23:56:24 +0000 (19 20:56 -0300)
tree6172f75605686f3469946722cb952502e9a561fc
parent4bc1ae53da043fb2ae577cf2e57ab09ea4f56b1a
Improve `ErrorHandler::handleException` to show errors

It doesn't shows a blank page when not in development environment
anymore.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
ChangeLog
js/src/ajax.js
libraries/classes/ErrorHandler.php
test/classes/ErrorHandlerTest.php