forked from extern/egroupware
Make sure we can log all throwables, not just exceptions
This commit is contained in:
parent
1277d2f05a
commit
060710a74a
@ -608,7 +608,7 @@ class Egw extends Egw\Base
|
||||
$callback = array_shift($data);
|
||||
call_user_func_array($callback, $data);
|
||||
}
|
||||
catch (\Exception $ex) {
|
||||
catch (\Throwable $ex) {
|
||||
_egw_log_exception($ex);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user