mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-25 15:10:13 +00:00
caldav: leave some info about the exception we are catching
This commit is contained in:
parent
ebdd6b1674
commit
b1191bd83c
@ -154,7 +154,7 @@ try {
|
||||
}
|
||||
|
||||
} catch (Exception $e) {
|
||||
trace_bug('DAViCal Fatal Error');
|
||||
trace_bug( 'DAViCal Fatal Error: ['.$e->getCode().'] '.$e->getmessage().' at '.$e->getFile().':'.$e->getLine() );
|
||||
$request->DoResponse( 500, translate('DAViCal Fatal Error') );
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user