Skip to content

Commit bb00871

Browse files
committed
exception log was missing on exception page
1 parent 148b5dd commit bb00871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/base/tools/Utils/Globals.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ public function errorPage($error_code, Request $request = null, $template_data =
222222
*/
223223
public function exceptionPage(\Exception $exception, Request $request = null)
224224
{
225+
$this->logException($exception);
226+
225227
$template_data = [
226228
'e' => $exception,
227229
];

0 commit comments

Comments
 (0)