Compare commits
No commits in common. "7210b24aa31f47a55125a7c1f74267313f372559" and "ebe1fa2aa625c9035611bd995539e9d0f87d1e08" have entirely different histories.
7210b24aa3
...
ebe1fa2aa6
@ -94,7 +94,6 @@ class HttpResponse
|
||||
$response = call_user_func([$controller, $handler[1]]);
|
||||
} catch (Exception $exception) {
|
||||
$this->dbConnection->rollback();
|
||||
error_log($exception);
|
||||
$this->render500($exception);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user