diff --git a/src/Response/HttpResponse.php b/src/Response/HttpResponse.php index 6865e53..307a956 100644 --- a/src/Response/HttpResponse.php +++ b/src/Response/HttpResponse.php @@ -94,6 +94,7 @@ class HttpResponse $response = call_user_func([$controller, $handler[1]]); } catch (Exception $exception) { $this->dbConnection->rollback(); + error_log($exception); $this->render500($exception); return; }