Compare commits
2 Commits
ebe1fa2aa6
...
7210b24aa3
Author | SHA1 | Date | |
---|---|---|---|
7210b24aa3 | |||
2d48f20aed |
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user