Log trace

This commit is contained in:
Jake Barnby 2024-12-05 21:30:26 +13:00
parent 714c2f30d7
commit dd6cde6ae5
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -759,6 +759,7 @@ App::error()
Console::error('[Error] Message: ' . $message);
Console::error('[Error] File: ' . $file);
Console::error('[Error] Line: ' . $line);
Console::error('[Error] Trace: ' . $error->getTraceAsString());
}
switch ($class) {